Commit 7602916
committed
fix(ci): grant write permissions to release workflow
The `actions/create-release@v1` action requires `contents: write`
permissions to create a GitHub release. The workflow was failing
because these permissions were not granted.
This change adds the necessary permissions to the `release` job
in the `release.yml` workflow file, allowing it to create releases
successfully.1 parent f5ec15f commit 7602916
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments