feat: use wrapper

This commit is contained in:
Tom Hu 2024-10-22 10:03:28 -05:00
parent e43f28e103
commit d5766962c2
No known key found for this signature in database
GPG key ID: 79155678363963D2
30 changed files with 372 additions and 40561 deletions

View file

@ -1,7 +1,7 @@
deploy:
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4))
git tag -d v4
git push origin :v4
git tag v4
$(eval VERSION := $(shell cat src/version | grep 'CODECOV_ACTION_VERSION=' | cut -d\" -f2))
git tag -d v5
git push origin :v5
git tag v5
git tag v$(VERSION) -s -m ""
git push origin --tags