diff --git a/Makefile b/Makefile index bffdd8f44..5da586d8b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ deploy: $(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4)) - git tag -d v3 - git push origin :v3 - git tag v3 + git tag -d v4 + git push origin :v4 + git tag v4 git tag v$(VERSION) -s -m "" git push origin --tags diff --git a/package-lock.json b/package-lock.json index 731376e5a..44720ae15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecov-action", - "version": "4.0.0-beta.3", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecov-action", - "version": "4.0.0-beta.3", + "version": "4.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index b219f9e88..c9eed7a1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "4.0.0-beta.3", + "version": "4.0.0", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": {