Merged
XS
Change Breakdown
CI/CD60%
Bug Fix40%
GitHub release workflow patched to target specific repository
The automated release pipeline now explicitly targets the main repository when updating Docker links, resolving potential context failures during builds.
Automated release pipelines are once again able to reliably append Docker image links to release notes.
The GitHub CLI commands used within the release workflow now explicitly target the primary repository. Previously, these commands relied on implicit repository context, which can lead to failures if the context is lost, misconfigured, or ambiguous during a CI run.
The --repo flag is being appended to both the and steps, guaranteeing the workflow fetches and updates the correct release body regardless of the runner's working directory or environmental state.