mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 11:00:31 -06:00
Ensure publish workflows check out the main branch to get the latest bumped version after the bump-version workflow pushes changes. Previously, workflows were checking out the SHA at trigger time, which didn't include the version bump committed by bump-version job. This fixes the "Verify version consistency" step failure where the expected version didn't match the pyproject.toml version. Related to: https://github.com/trycua/cua/actions/runs/19482814921 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>