fix: bump to v4

This commit is contained in:
Tom Hu 2024-01-30 08:38:18 -08:00
parent e660baaa32
commit f0d48963e3
No known key found for this signature in database
GPG key ID: 79155678363963D2
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
deploy: deploy:
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4)) $(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4))
git tag -d v3 git tag -d v4
git push origin :v3 git push origin :v4
git tag v3 git tag v4
git tag v$(VERSION) -s -m "" git tag v$(VERSION) -s -m ""
git push origin --tags git push origin --tags

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "codecov-action", "name": "codecov-action",
"version": "4.0.0-beta.3", "version": "4.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "codecov-action", "name": "codecov-action",
"version": "4.0.0-beta.3", "version": "4.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",