Skip to content

Commit c20e92c

Browse files
committed
[workflows/release] Try fixing release step permission
1 parent 17efbc8 commit c20e92c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
done
5959
- name: Create release
6060
uses: ncipollo/release-action@v1.14.0
61+
permissions:
62+
contents: write
6163
with:
6264
artifacts: 'bin/gpt_cmd*'
6365
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)