We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e8c69 commit 4c1e7f6Copy full SHA for 4c1e7f6
.github/workflows/npm-publish.yml
@@ -16,9 +16,9 @@ jobs:
16
node-version: '18.x'
17
registry-url: 'https://registry.npmjs.org'
18
- run: npm ci
19
- - run: npm publish --tag beta
+ - run: npm publish --tag beta --access public
20
env:
21
- NODE_AUTH_TOKEN: ${{ secrets.NPM_BETA_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
publish-git:
23
runs-on: ubuntu-latest
24
steps:
0 commit comments