Skip to content

Commit

Permalink
chore(workflows): fix registry update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann authored Jul 22, 2024
1 parent a7b1633 commit 957214c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-registry-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
exit 1
fi
new_version="${major}.${minor}.${patch}-SNAPSHOT"
if [ $IS_RELEASE_VERSION = 'true' ]; then
if [ $IS_RELEASE_VERSION == 'true' ]; then
new_version="${major}.${minor}.${patch}"
fi
if [ $new_version == $CURRENT_VERSION ]; then
Expand Down

0 comments on commit 957214c

Please sign in to comment.