fix release task
the old task is still there, so only push the additional gem
This commit is contained in:
parent
ad6d63d7d2
commit
9d917bd097
1 changed files with 1 additions and 4 deletions
|
|
@ -10,8 +10,5 @@ end
|
|||
|
||||
desc "Tags version, pushes to remote, and pushes gem"
|
||||
task release: :build do
|
||||
sh "git tag v#{DiasporaFederation::VERSION}"
|
||||
sh "git push origin master"
|
||||
sh "git push origin v#{DiasporaFederation::VERSION}"
|
||||
sh "ls pkg/*.gem | xargs -n 1 gem push"
|
||||
sh "ls pkg/diaspora_federation-*-*.gem | xargs -n 1 gem push"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue