fix release task

the old task is still there, so only push the additional gem
This commit is contained in:
Benjamin Neff 2015-07-10 02:13:17 +02:00
parent ad6d63d7d2
commit 9d917bd097

View file

@ -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