Skip to content

fix: pass --repo to gh release create in release workflow - #16

Merged
0x054 merged 1 commit into
mainfrom
fix/release-github-repo-flag
Jul 7, 2026
Merged

fix: pass --repo to gh release create in release workflow#16
0x054 merged 1 commit into
mainfrom
fix/release-github-repo-flag

Conversation

@0x054

@0x054 0x054 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add --repo "${{ github.repository }}" so gh release create works without a git checkout in the github-release job
  • Add --verify-tag since the tag is already pushed by the release job

Fixes the v0.9.0 workflow failure where publish/docs succeeded but GitHub release failed with fatal: not a git repository.

Test plan

  • Merge and verify on next release (or dry-run by re-dispatching with publish_only after a successful bump)

Made with Cursor

The github-release job downloads artifacts only and has no git checkout,
so gh fails inferring the repository. Explicit --repo and --verify-tag
fix the v0.9.0 release step failure.

Co-authored-by: Cursor <cursoragent@cursor.com>
@0x054
0x054 merged commit 1930b05 into main Jul 7, 2026
6 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