Skip to content

Commit

Permalink
Update makefile to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Apr 5, 2022
1 parent e3c5604 commit 2c83f35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
deploy:
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4))
git tag -d v2
git push origin :v2
git tag v2
git tag -d v3
git push origin :v3
git tag v3
git tag v$(VERSION) -s -m ""
git push origin --tags

0 comments on commit 2c83f35

Please sign in to comment.