Skip to content

Commit 873ccf4

Browse files
authored
Merge pull request NationalBankBelgium#57 from SuperITMan/bugfix/fix-release-publish-script
ci(release): fix release-publish.sh script
2 parents 7dfbd8f + b5cd76d commit 873ccf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if [[ ${GITHUB_ACTIONS} == true ]]; then
8989

9090
logInfo "Verifying if this build has been triggered for a tag"
9191

92-
if [[ ${GITHUB_REF} == refs/tags/* ]]; then
92+
if [[ ${GITHUB_REF} != refs/tags/* ]]; then
9393
logInfo "Not publishing because this is not a build triggered for a tag" 1
9494
exit 0;
9595
else

0 commit comments

Comments
 (0)