There was an error while loading. Please reload this page.
2 parents d5df7d2 + 829fca5 commit 1be10daCopy full SHA for 1be10da
1 file changed
.github/workflows/release.yml
@@ -20,6 +20,6 @@ jobs:
20
registry-url: https://registry.npmjs.org
21
- run: npm ci
22
- run: npm run check
23
- - run: npm publish --provenance
+ - run: npm publish --provenance --access public
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments