1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Only create "v" tag and don't create duplicate

This commit is contained in:
Zachary Scott 2017-05-07 08:54:23 +09:00
parent c9b8b20373
commit 714bddab4a

View file

@ -211,7 +211,6 @@ if defined?(Gem)
sh <<-SH
git commit --allow-empty -a -m '#{source_version} release' &&
git tag -s v#{source_version} -m '#{source_version} release' &&
git tag -s #{source_version} -m '#{source_version} release' &&
git push && (git push origin || true) &&
git push --tags && (git push origin --tags || true)
SH