Skip to content

Commit 4c1e7f6

Browse files
committed
chore: updates workflow file to publish with public access
1 parent 48e8c69 commit 4c1e7f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
node-version: '18.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
19-
- run: npm publish --tag beta
19+
- run: npm publish --tag beta --access public
2020
env:
21-
NODE_AUTH_TOKEN: ${{ secrets.NPM_BETA_TOKEN }}
21+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2222
publish-git:
2323
runs-on: ubuntu-latest
2424
steps:

0 commit comments

Comments
 (0)