We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 869bc7a + b86a785 commit 37ed092Copy full SHA for 37ed092
.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