Skip to content

Commit 3d2834d

Browse files
committed
build: set access to public on publish
1 parent e6b3364 commit 3d2834d

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
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 16
2424
registry-url: 'https://external-dot-oss-automation.appspot.com'
2525
if: ${{ steps.release.outputs.release_created }}
26-
- run: npm publish
26+
- run: npm publish --access=public
2727
env:
2828
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2929
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)