diff --git a/Makefile b/Makefile index 6180b4f..7c50d8b 100644 --- a/Makefile +++ b/Makefile @@ -97,11 +97,10 @@ publish: meteor publish --update re-publish: - git tag -d $(VERSION) - git push origin :$(VERSION) - git tag -a $(VERSION) -m "Releasing $(VERSION)" + git tag -a $(VERSION) -m "Releasing $(VERSION)" -f git push origin master -f --tags npm publish -f + meteor publish --update ################################################################################ # OTHERS