Skip to content

Commit 6bf277d

Browse files
committed
fix(ci): align release workflow with npm trusted publishing
1 parent 2ec3ce4 commit 6bf277d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121

2222
permissions:
2323
contents: write
24+
id-token: write
2425

2526
jobs:
2627
publish:
@@ -124,7 +125,6 @@ jobs:
124125
- name: Publish ${{ steps.pkg.outputs.name }}
125126
run: |
126127
pnpm --filter "${{ steps.pkg.outputs.name }}" --fail-if-no-match publish \
127-
--provenance \
128128
--no-git-checks \
129129
--access public \
130130
--tag "${{ steps.pkg.outputs.dist_tag }}"

0 commit comments

Comments
 (0)