We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dfbd8f + b5cd76d commit 873ccf4Copy full SHA for 873ccf4
release-publish.sh
@@ -89,7 +89,7 @@ if [[ ${GITHUB_ACTIONS} == true ]]; then
89
90
logInfo "Verifying if this build has been triggered for a tag"
91
92
- if [[ ${GITHUB_REF} == refs/tags/* ]]; then
+ if [[ ${GITHUB_REF} != refs/tags/* ]]; then
93
logInfo "Not publishing because this is not a build triggered for a tag" 1
94
exit 0;
95
else
0 commit comments