Skip to content

[codex] Fix release artifact upload repo context#108

Merged
Kautenja merged 1 commit into
masterfrom
fix-ci
May 18, 2026
Merged

[codex] Fix release artifact upload repo context#108
Kautenja merged 1 commit into
masterfrom
fix-ci

Conversation

@Kautenja

@Kautenja Kautenja commented May 18, 2026

Copy link
Copy Markdown
Owner

Summary

Set GH_REPO in the tag release artifact job so GitHub CLI release commands can resolve the repository even though the job only downloads artifacts and does not check out the git repository.

Root Cause

gh release view, gh release create, and gh release upload infer the target repository from the local git checkout unless GH_REPO or --repo is provided. The release job has no checkout, so tag-triggered release artifact uploads can fail with fatal: not a git repository.

Validation

  • Ran git diff --check -- .github/workflows/ci.yml
  • Confirmed all gh release workflow steps now set GH_REPO: ${{ github.repository }}

@Kautenja
Kautenja merged commit d7b30d6 into master May 18, 2026
11 checks passed
@Kautenja
Kautenja deleted the fix-ci branch May 18, 2026 05:17
@Kautenja Kautenja changed the title update [codex] Fix release artifact upload repo context May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant