You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure builds use correct git ref for version
The build workflows were checking out the original commit instead of the
tag created by semantic-release, causing binaries to have old versions.
Changes:
- Add required `ref` input to _build-binaries.yml and _build-packages.yml
- CI workflow passes `github.sha` (current commit)
- Release workflow passes `v{version}` (the new tag)
- All checkout steps now use the explicit ref
This ensures binaries are built from the correct commit with the updated
Cargo.toml version.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments