Skip to content

Commit

Permalink
Merge pull request #690 from codecov/ci-v3
Browse files Browse the repository at this point in the history
Update makefile to v3
  • Loading branch information
thomasrockhu-codecov committed Apr 21, 2022
2 parents e3c5604 + 2c83f35 commit 13ce822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
@@ -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 13ce822

Please sign in to comment.