Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
remove the tag to get the release right
Browse files Browse the repository at this point in the history
  • Loading branch information
redreceipt committed May 19, 2022
1 parent ec99ec5 commit 32d8c0a
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 @@ -22,7 +22,7 @@
"standard-version": {
"scripts": {
"postchangelog": "sed -i \"\" \"s/### \\[/## \\[/g\" CHANGELOG.md",
"posttag": "git push && git push --follow-tags && yarn publish . --tag \"v$NPM_PACKAGE_VERSION\" && gh-release --yes"
"posttag": "git push && git push --follow-tags && yarn publish . && gh-release --yes"
}
},
"dependencies": {
Expand Down

0 comments on commit 32d8c0a

Please sign in to comment.