Skip to content

Commit 4a43dde

Browse files
committed
👷 Add public access flag to npm publish command pipeline
1 parent de23eee commit 4a43dde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
run: npm run build
3030

3131
- name: Publish to npm
32-
run: npm publish
32+
run: npm publish --access public
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 commit comments

Comments
 (0)