mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Add push task
This commit is contained in:
parent
c5894f2a57
commit
7104c108ee
1 changed files with 2 additions and 0 deletions
2
Rakefile
2
Rakefile
|
@ -36,6 +36,8 @@ task :tag do
|
|||
sh "git push --tags"
|
||||
end
|
||||
|
||||
task :push => 'all:push'
|
||||
|
||||
desc 'Build, tag, and push gems for all projects to Rubygems'
|
||||
task :release => [:build, :tag, :push]
|
||||
|
||||
|
|
Loading…
Reference in a new issue