Skip to content

Commit 4f09d96

Browse files
committed
CI: Fix release job
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
1 parent 2d018be commit 4f09d96

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
id: docker-imgs
5252
run: |
5353
set -x
54+
5455
HASH_DOCKERFILE_ALPINE_CORE=${{ hashFiles('ci/alpine_core.dockerfile')}}
5556
HASH_DOCKERFILE_LIBVCX=${{ hashFiles('ci/libvcx.dockerfile') }}
5657
HASH_SRC_LIBVCX=${{ hashFiles('libvcx') }}
@@ -591,8 +592,8 @@ jobs:
591592
echo "New version was not defined, skipping release."
592593
fi
593594
594-
# # ##########################################################################################
595-
# # ############################## RELEASE #########################################
595+
# ##########################################################################################
596+
# ############################## RELEASE #########################################
596597

597598
make-release:
598599
runs-on: ubuntu-20.04
@@ -622,8 +623,8 @@ jobs:
622623
futureRelease: ${{ needs.workflow-setup.outputs.PUBLISH_VERSION }}
623624
releaseBranch: main
624625
pullRequests: true
625-
unreleased: true
626-
unreleasedOnly: true
626+
unreleased: false
627+
unreleasedOnly: false
627628
issuesWoLabels: true
628629
prWoLabels: true
629630
stripGeneratorNotice: true

0 commit comments

Comments
 (0)