Skip to content

Commit ebf9f05

Browse files
committed
fix create-release.sh
Signed-off-by: Emily Casey <[email protected]>
1 parent 8d02218 commit ebf9f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)