Skip to content

fix(extensions): set release repo context#99

Merged
samzong merged 1 commit into
mainfrom
fix/extension-release-repo-context
Jul 8, 2026
Merged

fix(extensions): set release repo context#99
samzong merged 1 commit into
mainfrom
fix/extension-release-repo-context

Conversation

@samzong

@samzong samzong commented Jul 8, 2026

Copy link
Copy Markdown
Owner

What's changed?

  • Set GH_REPO for the extension release job so gh release commands can run after downloading artifacts without a checkout.

Why

  • The release job currently has no .git directory, so gh release create/view/edit/upload can fail while trying to infer the repository from git state.

Validation

  • git diff --check
  • Parsed .github/workflows/extension-release.yml as YAML
  • Verified GH_REPO=samzong/Recall gh release list --limit 1 succeeds from a temporary directory with no .git
  • /pre-ship --committed review: no MUST-FIX findings

Signed-off-by: samzong <samzong.lu@gmail.com>
@samzong samzong merged commit 5a088e7 into main Jul 8, 2026
6 checks passed
@samzong samzong deleted the fix/extension-release-repo-context branch July 8, 2026 09:57
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