Skip to content

Commit 5927e14

Browse files
committed
fix(release): small nits
1 parent b8bb853 commit 5927e14

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,6 @@ jobs:
5858
- name: Release
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61+
NPM_TOKEN: ""
62+
NODE_AUTH_TOKEN: ""
6163
run: npx semantic-release

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}],
4242
["@semantic-release/exec", {
4343
"prepareCmd": "npm version <%= nextRelease.version %> --no-git-tag-version",
44-
"publishCmd": "npm publish --provenance --access public --tag <%= nextRelease.channel %>"
44+
"publishCmd": "HUSKY=0 npm publish --provenance --access public --tag <%= nextRelease.channel %>"
4545
}],
4646
["@semantic-release/github", {
4747
"assets": []

0 commit comments

Comments
 (0)