Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-12-15 04:23:44 +0400
committerisaacs <i@izs.me>2011-12-15 04:23:44 +0400
commita7552f6d1f623ea9df3e03f554a6bbc2c99ef3b0 (patch)
tree6a3b6c6e5cd1b4569677d7488c506036ed56393a /Makefile
parent9b38ce102ffede918e46c4880cb13781000079e0 (diff)
don't always try to push to master. just push to origin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e10381baf..20686da00 100644
--- a/Makefile
+++ b/Makefile
@@ -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