Skip to content

Commit 5b8e1d0

Browse files
authored
Update npm-publish-github-packages.yml
1 parent b26458a commit 5b8e1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
node-version: 16
3131
registry-url: https://registry.npmjs.org
3232
- run: npm ci
33-
- run: npm publish
33+
- run: npm publish --access=public
3434
env:
3535
NODE_AUTH_TOKEN: ${{secrets.NPM}}

0 commit comments

Comments
 (0)