-
ci(release): replace Python heredoc with printf for signing config injection
released this
2026-05-09 05:58:58 +00:00 | 286 commits to master since this releaseThe Python heredoc had TOML section lines at column 0 inside a YAML
literal block, which YAML interprets as terminating the block (parse
error, instant workflow failure). printf keeps all lines at proper
indentation within the run block while avoiding sed escaping issues
with special characters in passwords.Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Downloads