Skip to content

Commit ec6f2f4

Browse files
author
opencode
committed
Add contents write permission to release job to allow updating release
1 parent 9ec7148 commit ec6f2f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
release:
7777
needs: [build-windows, build-macos, build-linux]
7878
runs-on: ubuntu-latest
79+
permissions:
80+
contents: write
7981
steps:
8082
- name: Download artifacts
8183
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)