Skip to content

Commit

Permalink
CI: Fix release job
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Dec 4, 2022
1 parent 2d018be commit 4f09d96
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -591,8 +592,8 @@ jobs:
echo "New version was not defined, skipping release."
fi
# # ##########################################################################################
# # ############################## RELEASE #########################################
# ##########################################################################################
# ############################## RELEASE #########################################

make-release:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4f09d96

Please sign in to comment.