Skip to content

Commit 594bbce

Browse files
authored
Update node.js.yml
1 parent 0863034 commit 594bbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: npm ci
3131
- run: npm run build
3232

33-
- run: npm publish
33+
- run: npm publish --access public
3434
if: github.event_name == 'push'
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)