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 45ad9bb commit 0abdfbcCopy full SHA for 0abdfbc
.github/workflows/publish.yml
@@ -25,4 +25,4 @@ jobs:
25
# Ensure npm 11.5.1 or later is installed
26
- name: Update npm
27
run: npm install -g npm@latest
28
- - run: npm publish --access public
+ - run: npm publish --provenance --access public
0 commit comments