diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ task :uninstall do end desc "Build it, tag it and ship it" -task :ship => :gem do +task :ship => [:clobber_package, :gem] do sh("git tag #{Chef::VERSION}") sh("git push opscode --tags") Dir[File.expand_path("../pkg/*.gem", __FILE__)].reverse.each do |built_gem| |