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
1 changed files with 0 additions and 1 deletions

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