mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-04-30 18:32:27 +08:00
[Rakefile] gem:release depends on gem:build.
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -77,7 +77,7 @@ namespace :gem do
|
||||
end
|
||||
|
||||
desc "Run all specs, build and install gem, commit version change, tag version change, and push everything"
|
||||
task :release do
|
||||
task :release => :build do
|
||||
|
||||
unless ENV['SKIP_CHECKS']
|
||||
if `git symbolic-ref HEAD 2>/dev/null`.strip.split('/').last != 'master'
|
||||
|
||||
Reference in New Issue
Block a user