Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
h908714124 committed Jul 13, 2021
1 parent 7fe2c9f commit ce2fe43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git pull origin $(git rev-parse --abbrev-ref HEAD)

read -e -p "Upload successful. Also tag? [y/N]"
if [[ "$REPLY" == [Yy]* ]]; then
git tag "${VERSION}"
git tag "v${VERSION}"
git push origin --tags
fi

0 comments on commit ce2fe43

Please sign in to comment.