Skip to content

Commit 13ce822

Browse files
Merge pull request #690 from codecov/ci-v3
Update makefile to v3
2 parents e3c5604 + 2c83f35 commit 13ce822

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
deploy:
22
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4))
3-
git tag -d v2
4-
git push origin :v2
5-
git tag v2
3+
git tag -d v3
4+
git push origin :v3
5+
git tag v3
66
git tag v$(VERSION) -s -m ""
77
git push origin --tags

0 commit comments

Comments
 (0)