We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1865c commit 6d50c19Copy full SHA for 6d50c19
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
branch: gh-pages
38
folder: storybook-static
39
- name: 发布
40
- run: npm publish
+ run: npm publish --access public
41
env:
42
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
43
0 commit comments