We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3095eda commit 86bf858Copy full SHA for 86bf858
.github/workflows/publish.yml
@@ -13,6 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
permissions:
15
contents: write
16
+ id-token: write
17
18
steps:
19
- name: Checkout
@@ -46,7 +47,7 @@ jobs:
46
47
if: steps.version_check.outputs.changed == 'true'
48
run: |
49
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- npm publish --access public
50
+ npm publish --provenance --access public
51
env:
52
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
53
0 commit comments