Commit 998ca82
fix(publish): pin action-gh-release to @v2 to bypass v3 CDN miss
GitHub Actions runners are persistently 404'ing on softprops/action-gh-release@v3
even though the SHA resolves correctly via api.github.com and codeload responds
200 from outside the runner edge. Pin to @v2.6.2 (released same day as v3.0.0,
identical API for our usage: tag_name, name, generate_release_notes,
target_commitish). The Trusted Publisher OIDC trust is keyed on filename + repo +
branch, not file contents — this change is safe.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8346c9c commit 998ca82
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments