We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869bc7a commit b86a785Copy full SHA for b86a785
.github/workflows/npm-publish.yml
@@ -25,6 +25,6 @@ jobs:
25
node-version: 20
26
registry-url: https://registry.npmjs.org/
27
- run: npm ci
28
- - run: npm publish --provenance --access public
+ - run: npm publish --access public
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments