Skip to content

Commit ce2fe43

Browse files
committed
update release script
1 parent 7fe2c9f commit ce2fe43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git pull origin $(git rev-parse --abbrev-ref HEAD)
2424

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

0 commit comments

Comments
 (0)