Skip to content

Commit c7a8263

Browse files
authored
Update npm publish command to include public access (#302)
1 parent 4c5285e commit c7a8263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ jobs:
350350
run: npm run build
351351

352352
- name: Publish to npm
353-
run: npm publish
353+
run: npm publish --access=public
354354
env:
355355
NODE_AUTH_TOKEN: ${{ secrets.NPM_SECRET }}
356356

0 commit comments

Comments
 (0)