Skip to content

Commit

Permalink
Tag a remote commit, not the local one.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Kiriyenko committed Jun 6, 2012
1 parent 4a1cda7 commit 9beac34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/releaser/capistrano/release_tagging.rb
Expand Up @@ -6,7 +6,7 @@
end

task :tag_deploy_commit do
run_locally "bundle exec releaser deploy --push --object=#{branch}"
run_locally "bundle exec releaser deploy --push --object=#{real_revision}"
end
end

Expand Down

0 comments on commit 9beac34

Please sign in to comment.