Skip to content

Commit ebf9f05

Browse files
committed
fix create-release.sh
Signed-off-by: Emily Casey <ecasey@vmware.com>
1 parent 8d02218 commit ebf9f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ bundle exec rake versions:markdown versions:json
1717

1818
git add .
1919
git commit --message "v$RELEASE Release"
20-
git tag -m "v$RELEASE"
20+
git tag "v$RELEASE"
2121
git reset --hard HEAD^1

0 commit comments

Comments
 (0)