Skip to content

fix(ci): set GH_REPO in the draft-release step#5

Merged
kikashy merged 1 commit into
mainfrom
fix/release-gh-repo
Jul 23, 2026
Merged

fix(ci): set GH_REPO in the draft-release step#5
kikashy merged 1 commit into
mainfrom
fix/release-gh-repo

Conversation

@kikashy

@kikashy kikashy commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

The attest-and-draft job has no checkout, so gh release create failed with fatal: not a git repository (it couldn't resolve the repo). Fix: set GH_REPO: ${{ github.repository }} on that step. No effect on built artifacts.

The attest-and-draft job has no repository checkout (it only consumes the
packaged artifact), so `gh release create` failed with "fatal: not a git
repository" because gh could not resolve the target repo. Set GH_REPO
explicitly from github.repository.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Brian Jin <35789537+kikashy@users.noreply.github.com>
@kikashy
kikashy merged commit 220e38a into main Jul 23, 2026
4 checks passed
@kikashy
kikashy deleted the fix/release-gh-repo branch July 23, 2026 20:10
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