Files
computer/.github/workflows/bump-version.yml
f-trycua 7dd6fae971 Fix agent version capture in bump-version workflow
Replace heredoc-based Python script with inline command to fix
exit code 2 error in the "Capture bumped agent version" step.

The heredoc syntax with indented EOF marker was causing issues
in GitHub Actions. Simplified to a single-line Python command.

Fixes: https://github.com/trycua/cua/actions/runs/19482457144

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 23:37:11 +01:00

3.3 KiB