Commit cecf0f1
committed
fix: add contents:write permission to release workflow
The release workflow needs explicit contents:write permission to force-push
the v4 major version tag. Without this permission, the v4 tag is not updated
when new releases are published, causing users calling @v4 to get outdated
versions.
This fixes the issue where v4.10.0 was released but the v4 tag was not updated,
leaving users on @v4 stuck with Node 20 instead of Node 24.
Relates to: JA-20235
Made-with: Cursor1 parent 86dacb6 commit cecf0f1
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
0 commit comments