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

Commit

Permalink
don't always try to push to master. just push to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 15, 2011
1 parent 9b38ce1 commit a7552f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -110,7 +110,7 @@ version: link

publish: link
git tag -s -m v$(shell npm -v) v$(shell npm -v) &&\
git push origin master --tags &&\
git push origin --tags &&\
npm publish &&\
make doc-publish

Expand Down

0 comments on commit a7552f6

Please sign in to comment.