Skip to content

Commit

Permalink
ci(release): fix release-publish.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperITMan committed Sep 20, 2024
1 parent 7dfbd8f commit b5cd76d
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 b5cd76d

Please sign in to comment.