From 4f09d96263950b7d0eefa47919ba4caadaa9f9a7 Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Sun, 4 Dec 2022 09:16:02 +0200 Subject: [PATCH] CI: Fix release job Signed-off-by: Patrik Stas --- .github/workflows/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dfa1659677..1f804e4390 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,6 +51,7 @@ jobs: id: docker-imgs run: | set -x + HASH_DOCKERFILE_ALPINE_CORE=${{ hashFiles('ci/alpine_core.dockerfile')}} HASH_DOCKERFILE_LIBVCX=${{ hashFiles('ci/libvcx.dockerfile') }} HASH_SRC_LIBVCX=${{ hashFiles('libvcx') }} @@ -591,8 +592,8 @@ jobs: echo "New version was not defined, skipping release." fi -# # ########################################################################################## -# # ############################## RELEASE ######################################### + # ########################################################################################## + # ############################## RELEASE ######################################### make-release: runs-on: ubuntu-20.04 @@ -622,8 +623,8 @@ jobs: futureRelease: ${{ needs.workflow-setup.outputs.PUBLISH_VERSION }} releaseBranch: main pullRequests: true - unreleased: true - unreleasedOnly: true + unreleased: false + unreleasedOnly: false issuesWoLabels: true prWoLabels: true stripGeneratorNotice: true