Skip to content

Commit

Permalink
fixing re-publish target
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Apr 15, 2015
1 parent c956764 commit 37e6ac3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37e6ac3

Please sign in to comment.