We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96fd39 commit 1e18939Copy full SHA for 1e18939
.github/workflows/release.yml
@@ -15,6 +15,6 @@ jobs:
15
registry-url: 'https://registry.npmjs.org'
16
- run: npm ci
17
- run: npm run build
18
- - run: npm publish
+ - run: npm publish --access public
19
env:
20
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments