Skip to content

Commit 2c5251f

Browse files
committed
fix: add write permissions for GitHub Release
1 parent 693058c commit 2c5251f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
if: startsWith(github.ref, 'refs/tags/')
5454
needs: build
5555
runs-on: ubuntu-latest
56+
permissions:
57+
contents: write
5658
steps:
5759
- name: Download all artifacts
5860
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)