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 7d02bb5 commit b6a4d98Copy full SHA for b6a4d98
.github/workflows/publish.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Install dependencies and build
19
run: npm ci && npm run build
20
- name: Publish package on NPM
21
- run: npm publish --access public
+ run: npm publish --provenance --access public
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments