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:
parent
08d5987c17
commit
f34cd1a2ef
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue