mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-08 07:20:04 +00:00
fix: override commit and pr values for PR cases (#1657)
* 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
This commit is contained in:
parent
3b1354a6c4
commit
5c47607acb
3 changed files with 30 additions and 13 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
deploy:
|
||||
$(eval VERSION := $(shell cat src/version | grep 'CODECOV_ACTION_VERSION=' | cut -d\" -f2))
|
||||
$(eval VERSION := $(shell cat src/version | grep 'CODECOV_ACTION_VERSION=' | cut -d\" -f2))
|
||||
git tag -d v5
|
||||
git push origin :v5
|
||||
git tag v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue