Commit 7f313c5
Fix release publish: pass --repo to gh (job has no checkout)
The release job downloads artifacts but never checks out the repo, so gh
could not infer the repository from a local git remote and failed with
"fatal: not a git repository". Pass --repo "$GITHUB_REPOSITORY" on every
gh release call.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6b79d94 commit 7f313c5
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
113 | | - | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| |||
0 commit comments