summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 87a69ac..9f8e24b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -14,7 +14,7 @@ RSpec::Core::RakeTask.new(:spec) do |t|
end
desc "Build it and ship it"
-task :ship => :gem do
+task :ship => [:clean, :gem] do
sh("git tag #{Mixlib::ShellOut::VERSION}")
sh("git push opscode --tags")
Dir[File.expand_path("../pkg/*.gem", __FILE__)].each do |built_gem|