Commit 2385e85
committed
fix: Add proper permissions for GitHub release creation
PROBLEM:
- GitHub release creation failed with 403 status
- GITHUB_TOKEN doesn't have sufficient permissions
- Workflow cannot create releases
SOLUTION:
1. Added permissions: contents: write to workflow
2. Added explicit draft: false and prerelease: false settings
3. This gives the workflow proper rights to create releases
This should fix the 403 error and allow successful release creation.1 parent da7746a commit 2385e85
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
0 commit comments