File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments