Skip to content

Commit f60cc10

Browse files
authored
Merge pull request #2 from Automattic/npm-publish-access-public
Publish with "--access public" flag
2 parents c7cbf87 + 7b799f1 commit f60cc10

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
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
node-version: 14
2020
registry-url: https://registry.npmjs.org/
21-
- run: npm publish
21+
- run: npm publish --access public
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)