Skip to content

Commit 91b2779

Browse files
BizaNatorclaude
andcommitted
Fix GitHub Actions release permissions
Add contents: write permission to workflow to allow creating releases. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7830b0c commit 91b2779

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- 'v*' # Triggers on version tags like v1.0.0
77
workflow_dispatch: # Allow manual trigger
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
build-windows:
1114
runs-on: windows-latest

0 commit comments

Comments
 (0)