Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Fixed git tagging.
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Dec 22, 2010
1 parent cf1f734 commit 47bfd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cakefile
Expand Up @@ -113,7 +113,7 @@ task "publish", "Publish new version (Git, NPM, site)", ->
version = JSON.parse(package).version
log "Tagging v#{version} ...", green
exec "git tag v#{version}", ->
exec "git push"
exec "git push --tags origin master"

log "Publishing to NPM ...", green
exec "rm -rf clean && git checkout-index -a -f --prefix clean/", (err)->
Expand Down

0 comments on commit 47bfd4d

Please sign in to comment.