Commit 5ed81db
fix(release): give publish-release a repo context for gh
The job has no checkout by design — it only talks to the API — but 'gh
release view/edit' resolves the repository from a git remote, unlike 'gh
api <path>'. Without one every call failed with 'not a git repository',
and the existence check (which suppresses gh's stderr) reported it as
'no release v0.0.18 exists'. The draft was sitting there with all four
correct assets.
This job was added in plan 024 and v0.0.18 was its first real run;
ci-gate and dispatch-apt-charliek also skip checkout but call 'gh api'
with explicit repo paths, so they were never affected.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 961ed11 commit 5ed81db
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
847 | 853 | | |
848 | 854 | | |
849 | 855 | | |
| |||
0 commit comments