Skip to content

Commit 4031252

Browse files
committed
ci: fix release
1 parent 39cc15b commit 4031252

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: read
12+
contents: write
1313
id-token: write
1414

1515
steps:
@@ -36,6 +36,7 @@ jobs:
3636
run: pnpm i
3737

3838
- name: Publish to NPM
39-
run: pnpm -r publish --provenance --access public --no-git-checks
39+
run: pnpm -r publish --access public --no-git-checks
4040
env:
4141
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
42+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)