We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668cbf9 commit 4027d89Copy full SHA for 4027d89
1 file changed
.github/workflows/npm-publish.yml
@@ -21,6 +21,6 @@ jobs:
21
- name: 'Install dependencies'
22
run: npm ci
23
- name: 'Publish to NPM'
24
- run: npm publish --provenance --access public
+ run: npm publish --access public
25
env:
26
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments