Skip to content

Commit

Permalink
Merge pull request #57 from SuperITMan/bugfix/fix-release-publish-script
Browse files Browse the repository at this point in the history
ci(release): fix release-publish.sh script
  • Loading branch information
SuperITMan authored Sep 20, 2024
2 parents 7dfbd8f + b5cd76d commit 873ccf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if [[ ${GITHUB_ACTIONS} == true ]]; then

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

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

0 comments on commit 873ccf4

Please sign in to comment.