mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-12 17:10:05 +00:00
feat: use wrapper
This commit is contained in:
parent
e43f28e103
commit
d5766962c2
30 changed files with 372 additions and 40561 deletions
8
Makefile
8
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue