Skip to content

Commit fda1cab

Browse files
committed
ci: fix missing permission to create release
1 parent 99a93e0 commit fda1cab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
permissions:
99
id-token: write
10+
contents: write
1011
steps:
1112
- name: Checkout
1213
uses: actions/checkout@v2

0 commit comments

Comments
 (0)