mirror of
https://github.com/trycua/computer.git
synced 2026-01-02 19:40:18 -06:00
Added debug logging at every stage of version passing to identify where the version parameter is being lost: 1. bump-version job: Verify agent_version output is set correctly 2. pypi-publish-agent prepare job: Show inputs.version and verify the get-version step output 3. pypi-reusable-publish: Already has debug showing empty version Debug output will show: - Event name and workflow trigger type - Input version values at each stage - Step output values - Final version passed to reusable workflow This will pinpoint exactly where the version parameter becomes empty in the workflow_call chain. Related: Previous debug showed "Expected version: " (empty) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>