Skip to content

Commit

Permalink
Release does not automatically push to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginty committed Oct 16, 2011
1 parent f736b25 commit cd2d2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ task :build do
end

desc "Release version #{Cranky::VERSION}"
task :release => [:build, :release_tag, :push] do
task :release => [:build, :release_tag] do
system "bundle exec gem push cranky-#{Cranky::VERSION}.gem"
end

Expand Down

0 comments on commit cd2d2ad

Please sign in to comment.