ci: set repository for release publishing - #10
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
🧙 Sourcery has finished reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
There was a problem hiding this comment.
Pull request overview
This PR fixes release publishing in the Windows tag workflow by explicitly telling GitHub CLI which repository to operate on, enabling gh release ... commands to run in the publish job without requiring a git checkout.
Changes:
- Set
GH_REPOto${{ github.repository }}for the “Publish GitHub prerelease” step soghcan resolveopensoft/openProfileroutside a local repository.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.



Summary
GH_REPOexplicitly to the checkout-free release publishing jobopensoft/openProfilerEvidence
The
v0.1.0tag build produced both Windows installers, but publishing failed withfatal: not a git repository. GitHub CLI supportsGH_REPOfor repository selection outside a checkout.Validation
pnpm format:checkactionlint .github/workflows/windows-release.ymlgit diff --checkSummary by Sourcery
CI: