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.
1 parent 2ae390a commit de23eeeCopy full SHA for de23eee
1 file changed
.github/workflows/publish.yml
@@ -29,6 +29,6 @@ jobs:
29
run: npm run build
30
31
- name: Publish to npm
32
- run: npm publish --provenance
+ run: npm publish
33
env:
34
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
0 commit comments