Skip to content

Commit 32aee49

Browse files
committed
(#85) Fix release script when generating git tags
1 parent f98080c commit 32aee49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function release() {
9090

9191
echo ">>> Binaries for $VERSION built successfully."
9292

93-
result=$(git tag "$VERSION")
93+
result=$(git tag "v$VERSION")
9494

9595
if [[ "$result" != "" ]]; then
9696
echo "$result. Please bump a version editing VERSION.txt file. Existing tags are:"

0 commit comments

Comments
 (0)