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.
--access public
1 parent fd7dbb9 commit fb442a8Copy full SHA for fb442a8
.github/workflows/publish.yml
@@ -40,6 +40,6 @@ jobs:
40
- name: Publish
41
run: |
42
npm install -g npm@latest
43
- npm publish --provenance --access public
+ npm publish --provenance
44
env:
45
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments