-
fix: grant contents:write to validate-release job (#860)
released this
2026-04-17 03:58:54 +08:00 | 67 commits to main since this releaseProblem
The release workflow fails at the
validate-releasejob becausegh release viewcannot find draft releases. This is because the job only
hascontents: readpermission, but GitHub requirescontents: write
to view draft releases.See failed run:
https://github.com/astral-sh/setup-uv/actions/runs/24528604608Fix
Bump
validate-releasejob permissions fromcontents: readto
contents: write, matching thereleasejob which already has this
permission.Downloads