Skip to content

Commit 6add686

Browse files
authored
Update npm-publish.yml
added --access public flag on npm publish
1 parent deba9ed commit 6add686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
node-version: 16
1515
registry-url: https://registry.npmjs.org/
16-
- run: npm publish
16+
- run: npm publish --access public
1717
env:
1818
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)