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 2b2cb3e commit 66e8d71Copy full SHA for 66e8d71
.github/workflows/release.yml
@@ -28,6 +28,6 @@ jobs:
28
29
- name: Publish optional dependencies
30
run: |
31
- find ./npm -mindepth 1 -maxdepth 1 -print0 | xargs -0 -n 1 -- sh -xc 'npx ts-node ./tool/prepare-optional-release.ts --package=$(basename $1) && npm publish $1' --
+ find ./npm -mindepth 1 -maxdepth 1 -print0 | xargs -0 -n 1 -- sh -xc 'npx ts-node ./tool/prepare-optional-release.ts --package=$(basename $1) && npm publish --provenance $1' --
32
33
- - run: npm publish
+ - run: npm publish --provenance
0 commit comments