There was an error while loading. Please reload this page.
1 parent 408eabd commit c1ef82cCopy full SHA for c1ef82c
1 file changed
.github/workflows/release-please.yml
@@ -9,6 +9,7 @@ jobs:
9
permissions:
10
contents: write
11
pull-requests: write
12
+ id-token: write
13
steps:
14
- uses: google-github-actions/release-please-action@v3
15
id: release
@@ -37,7 +38,7 @@ jobs:
37
38
if: ${{ steps.release.outputs.release_created }}
39
- run: |
40
npm install
- npm publish
41
+ npm publish --provenance
42
env:
43
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
44
0 commit comments