Skip to content

Commit 4934859

Browse files
authored
Merge pull request #10 from zhz0704/update-npm-publish-command
Add --access=public to npm publish command
2 parents c34a659 + 857dc3f commit 4934859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci --force
3232
- run: npm run build --if-present --isNpmBuild
33-
- run: npm publish
33+
- run: npm publish --access=public
3434
env:
3535
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)