Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit d0d5728

Browse files
committed
Unbreak tag push on release.
1 parent 3fdbc07 commit d0d5728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ task :release => :build do
100100
sh "git commit --allow-empty -a -m 'Release #{version}'"
101101
sh "git tag v#{version}"
102102
sh "git push origin master"
103-
sh "git push v#{version}"
103+
sh "git push origin tag v#{version}"
104104
sh "gem push pkg/#{name}-#{version}.gem"
105105
end
106106

0 commit comments

Comments
 (0)