Skip to content

Commit d68653c

Browse files
committed
Public on publish
1 parent 17db649 commit d68653c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
registry-url: https://registry.npmjs.org/
3030
- run: yarn install --immutable
3131
- run: yarn build
32-
- run: npm publish
32+
- run: npm publish --access public
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3535

0 commit comments

Comments
 (0)