Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
fix deploy:gem tag creation/pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Suraci & Ian Baker committed Mar 1, 2013
1 parent 871637b commit 2ba6eb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -30,7 +30,8 @@ namespace :deploy do
task :gem do
sh "git fetch"
sh "git checkout #{last_staging_sha}"
sh "gem release --tag"
sh "gem release"
sh "git tag -f v#{VMC::VERSION}"
sh "git tag -f latest-release"
sh "git push origin :latest-release"
sh "git push origin latest-release"
Expand Down

0 comments on commit 2ba6eb8

Please sign in to comment.