Skip to content

Commit 98ab2c5

Browse files
Update package.json (#1238)
* Update package.json * fix: bump to v4
1 parent 43235cc commit 98ab2c5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
deploy:
22
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4))
3-
git tag -d v3
4-
git push origin :v3
5-
git tag v3
3+
git tag -d v4
4+
git push origin :v4
5+
git tag v4
66
git tag v$(VERSION) -s -m ""
77
git push origin --tags

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov-action",
3-
"version": "4.0.0-beta.3",
3+
"version": "4.0.0",
44
"description": "Upload coverage reports to Codecov from GitHub Actions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)