1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

fix tag push

This commit is contained in:
geemus (Wesley Beary) 2010-04-20 20:28:32 -07:00
parent 08d5987c17
commit f34cd1a2ef

View file

@ -95,7 +95,7 @@ task :release => :build do
sh "git commit --allow-empty -a -m 'Release #{version}'"
sh "git tag v#{version}"
sh "git push origin master"
sh "git push v#{version}"
sh "git push origin v#{version}"
sh "gem push pkg/#{name}-#{version}.gem"
end