Files
codecov-action/Makefile
T

8 lines
192 B
Makefile
Raw Normal View History

2020-12-21 09:05:03 -05:00
deploy:
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4))
2022-04-05 10:14:02 -04:00
git tag -d v3
git push origin :v3
git tag v3
2022-04-04 16:14:50 -04:00
git tag v$(VERSION) -s -m ""
2020-12-21 09:05:03 -05:00
git push origin --tags