We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86f106 commit 674065aCopy full SHA for 674065a
1 file changed
.github/workflows/release.yml
@@ -9,6 +9,9 @@ jobs:
9
release:
10
name: 🚀 release
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ id-token: write
14
+ contents: read
15
steps:
16
- name: Setup repo
17
uses: actions/checkout@v3
@@ -28,6 +31,4 @@ jobs:
28
31
run: npm ci && npm run build:release
29
32
30
33
- name: 🚀 publish
- run: npm publish --access public
- env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
34
+ run: npm publish --access public --provenance
0 commit comments