diff --git a/Makefile b/Makefile index e10381baf7f..20686da0090 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