Skip to content

fix(release): target repository for artifact upload - #23

Merged
tnunamak merged 1 commit into
mainfrom
fix/release-upload-repository
Aug 1, 2026
Merged

fix(release): target repository for artifact upload#23
tnunamak merged 1 commit into
mainfrom
fix/release-upload-repository

Conversation

@tnunamak

@tnunamak tnunamak commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Summary

The publish job does not check out the repository. GitHub CLI cannot infer the release repository from local Git metadata.

This change gives gh release upload the ${{ github.repository }} value.

Checks

  • actionlint .github/workflows/release.yml
  • YAML parse with yaml.safe_load
  • git diff --check
  • Focused check for one explicit --repo argument

Assisted-by: AI

The publish job runs without a checkout. Pass the workflow repository to gh so artifact publication does not depend on local Git metadata.

Signed-off-by: Tim Nunamaker <tnunamak@gmail.com>

Assisted-by: AI
@tnunamak
tnunamak merged commit 11b986d into main Aug 1, 2026
5 checks passed
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