There was an error while loading. Please reload this page.
1 parent 624b8fa commit b72fcd7Copy full SHA for b72fcd7
1 file changed
.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