mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-12 09:10:03 +00:00
chore(release): 6.0.0
This commit is contained in:
parent
525fcbf8a0
commit
9b80964c2b
3 changed files with 15 additions and 5 deletions
6
Makefile
6
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
deploy:
|
||||
$(eval VERSION := $(shell cat src/version))
|
||||
git tag -d v5
|
||||
git push origin :v5
|
||||
git tag v5
|
||||
git tag -d v6
|
||||
git push origin :v6
|
||||
git tag v6
|
||||
git tag v$(VERSION) -s -m ""
|
||||
git push origin --tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue