ci: fix rust release workflow and allow manual publish#5842
ci: fix rust release workflow and allow manual publish#5842jackye1995 merged 1 commit intolance-format:mainfrom
Conversation
- Change cargo-publish.yml runner from ubuntu-2404-8x-x64 to warp-ubuntu-latest-x64-8x - Add skip_check_repo input to cargo-publish.yml for backfilling missed releases - Fix ref fallback in java-publish.yml checkout steps (use inputs.ref || github.ref) - Fix ref fallback in pypi-publish.yml windows job (use inputs.ref || github.ref) Fixes lance-format#5837 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Code ReviewSummary: This PR fixes release workflow issues for backfilling missed crates.io publishes. P1 Issue: Logic Error in
|
…5842) Closes lance-format#5837 Also allow manually run other publish workflows to unblock potentially similar errors in the future. Verified using https://github.com/lance-format/lance/actions/runs/21450113556 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Closes #5837
Also allow manually run other publish workflows to unblock potentially similar errors in the future.
Verified using https://github.com/lance-format/lance/actions/runs/21450113556