Skip to content

Commit 489ab99

Browse files
committed
Fix permissions for github release CI
1 parent f04575c commit 489ab99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
needs: build
6666
runs-on: ubuntu-latest
6767
permissions:
68-
id-token: write
68+
contents: write
6969

7070
steps:
7171
- name: Download the distribution files from PR artifact

0 commit comments

Comments
 (0)