You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments