Skip to content

Commit

Permalink
fix release workflow (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Sep 28, 2024
1 parent 9b90d1c commit 3b5eab6
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 @@ -31,7 +31,7 @@
"test:i18n": "mocha test/testI18n.js",
"test": "npm run test:declarations && npm run test:i18n",
"prepublishOnly": "npm run lint && npm run build",
"release": "release-script"
"release": "release-script -y --noPush"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b5eab6

Please sign in to comment.