We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8520ae commit c45a9cfCopy full SHA for c45a9cf
1 file changed
.github/workflows/publish.yml
@@ -60,6 +60,6 @@ jobs:
60
working-directory: source/${{ steps.vars.outputs.dir }}
61
run: npm run build --if-present
62
63
- - name: Publish to npm (OIDC trusted publishing)
+ - name: Publish to npm (OIDC trusted publishing, no provenance)
64
65
- run: npm publish --access public
+ run: npm publish --access public --provenance=false
0 commit comments