Skip to content

Commit 8d02218

Browse files
committed
Don't sign release commit
Signed-off-by: Emily Casey <[email protected]>
1 parent 9ddb3ba commit 8d02218

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 -s v$RELEASE -m "v$RELEASE"
20+
git tag -m "v$RELEASE"
2121
git reset --hard HEAD^1

0 commit comments

Comments
 (0)