Skip to content

Commit 130f241

Browse files
committed
Adds public access flag to npm publish step
1 parent c13360f commit 130f241

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
@@ -31,6 +31,6 @@ jobs:
3131
run: npm test --if-present
3232

3333
- name: Publish NPM
34-
run: npm publish
34+
run: npm publish --access public
3535
env:
3636
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)