We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bb853 commit 5927e14Copy full SHA for 5927e14
.github/workflows/release.yml
@@ -58,4 +58,6 @@ jobs:
58
- name: Release
59
env:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
+ NPM_TOKEN: ""
62
+ NODE_AUTH_TOKEN: ""
63
run: npx semantic-release
.releaserc.json
@@ -41,7 +41,7 @@
41
}],
42
["@semantic-release/exec", {
43
"prepareCmd": "npm version <%= nextRelease.version %> --no-git-tag-version",
44
- "publishCmd": "npm publish --provenance --access public --tag <%= nextRelease.channel %>"
+ "publishCmd": "HUSKY=0 npm publish --provenance --access public --tag <%= nextRelease.channel %>"
45
46
["@semantic-release/github", {
47
"assets": []
0 commit comments