Skip to content

Commit

Permalink
fix: remove dry-run from semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
iuwqyir committed Jan 17, 2024
1 parent ddd9187 commit 1af88cd
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 @@ -15,7 +15,7 @@
"prepare": "husky install",
"prepublishOnly": "tsc",
"release": "npm version patch && npm publish . && git push && git push --tags",
"semantic-release": "semantic-release --dry-run"
"semantic-release": "semantic-release"
},
"keywords": [
"web3",
Expand Down

0 comments on commit 1af88cd

Please sign in to comment.