Skip to content

Commit 5199e98

Browse files
committed
update release script
1 parent b631b72 commit 5199e98

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
@@ -26,7 +26,7 @@ fi
2626

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

0 commit comments

Comments
 (0)