mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 08:06:27 +00:00
* fix: override commit and pr values for PR cases * fix: remove unnecessary env vars * fix: add back in with env * fix: try no env * fix: do we need them at all? * fix: dollar curlies * fix: wrap github_env * fix: remove dollar curlies * fix: remove
8 lines
203 B
Makefile
8 lines
203 B
Makefile
deploy:
|
|
$(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
|