Skip to content

Commit

Permalink
Handle no commit tag (#1430)
Browse files Browse the repository at this point in the history
This PR fixes the canary build where no commit tag is provided.
  • Loading branch information
PhilWindle authored Aug 7, 2023
1 parent 3acb569 commit 26b93cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canary/scripts/update_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COMMIT_TAG=$1

if [ -z "$COMMIT_TAG" ]; then
echo "No commit tag provided."
exit 1
exit 0
fi

VERSION=$(npx semver $COMMIT_TAG)
Expand Down

0 comments on commit 26b93cf

Please sign in to comment.