Skip to content

Commit eb6a8be

Browse files
authored
fix(📦): fix release script (#3023)
1 parent 6043757 commit eb6a8be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.github/workflows/build-npm.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
38+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3839
NPM_CONFIG_PROVENANCE: true
3940

4041
- name: Deploy to GitHub Pages

‎packages/skia/.releaserc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[
2020
"@semantic-release/exec",
2121
{
22-
"publishCmd": "npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} && npm publish dist/*.tgz --provenance --access public --tag ${nextRelease.channel || 'latest'}"
22+
"publishCmd": "npm publish dist/*.tgz --provenance --access public --tag ${nextRelease.channel || 'latest'}"
2323
}
2424
],
2525
[

0 commit comments

Comments
 (0)