mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-15 02:06:54 +00:00
fix: Add deep deps
This commit is contained in:
parent
d4d413da82
commit
ad2b0032e0
6 changed files with 146 additions and 237 deletions
6
Makefile
6
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
deploy:
|
||||
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4))
|
||||
git tag -d v1
|
||||
git push origin :v1
|
||||
git tag v1
|
||||
git tag -d v2
|
||||
git push origin :v2
|
||||
git tag v2
|
||||
git tag v$(VERSION) -m ""
|
||||
git push origin --tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue