Skip to content

Pass the repository to gh release download in verify-release - #132

Merged
RomainCscn merged 1 commit into
mainfrom
fix/verify-release-repo
Aug 26, 2026
Merged

Pass the repository to gh release download in verify-release#132
RomainCscn merged 1 commit into
mainfrom
fix/verify-release-repo

Conversation

@RomainCscn

Copy link
Copy Markdown
Collaborator

The verify-release job has no checkout, so gh release download had no git repo to infer the repository from and failed with fatal: not a git repository on v0.17.0's first run — before downloading anything. Pass --repo "$GITHUB_REPOSITORY" explicitly, like the metadata step already does.

The release itself was fine: the immutability and asset asserts passed in CI, and the checksum verification this step should have run passes against the published v0.17.0 assets locally.

@RomainCscn
RomainCscn enabled auto-merge (squash) August 26, 2026 09:23
@RomainCscn
RomainCscn merged commit 44aca7d into main Aug 26, 2026
11 checks passed
@RomainCscn
RomainCscn deleted the fix/verify-release-repo branch August 26, 2026 09:23
@linear-code

linear-code Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

FEA-13385

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.

2 participants