Skip to content

Fix release repository context - #2

Merged
onderaktas54 merged 1 commit into
masterfrom
agent/fix-release-repo-context
Jul 16, 2026
Merged

Fix release repository context#2
onderaktas54 merged 1 commit into
masterfrom
agent/fix-release-repo-context

Conversation

@onderaktas54

Copy link
Copy Markdown
Owner

Summary

Fixes the tagged release workflow when the publish job has no repository checkout.

Root cause

gh release create attempted to infer the repository from the local Git checkout, but the publish job only downloads build artifacts and therefore has no .git directory.

Fix

Pass --repo "$GITHUB_REPOSITORY" explicitly to gh release create.

Validation

  • The v1.1.0 Linux and Windows build jobs completed successfully.
  • The exact command succeeded manually with an explicit repository and published v1.1.0 with all three archives plus SHA256SUMS.

@onderaktas54
onderaktas54 merged commit b296169 into master Jul 16, 2026
2 checks passed
@onderaktas54
onderaktas54 deleted the agent/fix-release-repo-context branch July 16, 2026 18:12
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