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 8f3f54c commit 6c76c6bCopy full SHA for 6c76c6b
.github/workflows/deploy.yml
@@ -27,13 +27,12 @@ jobs:
27
uses: actions/setup-node@v4
28
with:
29
node-version-file: '.nvmrc'
30
- cache: npm
31
registry-url: https://registry.npmjs.org
32
33
- name: Install dependencies
34
run: npm ci
35
36
- name: Publish package
37
- run: npm publish --access public
+ run: npm publish --provenance --access public
38
env:
39
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments