Skip to content

Commit

Permalink
Fix tag of new major
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jan 17, 2024
1 parent 1a4bf40 commit 07756ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"hooks": {
"before:init": "npm run test -- run",
"after:git:release": "git tag -d v2 && git push origin :refs/tags/v2 && git tag v2 && git push origin v2"
"after:git:release": "(git tag -d v2 && git push origin :refs/tags/v2) || true && git tag v2 && git push origin v2"
}
},
"packageManager": "npm@10.3.0+sha256.ec92e7332e3f7aef6feb2b3c9585fde534cd56905cf26e77debc69e4e2b44892"
Expand Down

0 comments on commit 07756ef

Please sign in to comment.