Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
h908714124 committed Feb 22, 2022
1 parent b631b72 commit 5199e98
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 @@ -26,7 +26,7 @@ fi

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

0 comments on commit 5199e98

Please sign in to comment.