chore: cascade main -> dev (24420de) [skip ci] #69

Merged
jmiller merged 1 commits from main into dev 2026-05-24 08:12:52 +00:00

1 Commits

Author SHA1 Message Date
jmiller 24420de036 fix(ci): replace SOH control char (0x01) with sed backreference in auto-release
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: Cascade Main -> Dev / Cascade main -> branches (push) Successful in 2s
Generic: Repo Health / Release configuration (push) Failing after 3s
Generic: Repo Health / Scripts governance (push) Successful in 4s
Generic: Repo Health / Repository health (push) Failing after 4s
Line 83 contained a literal SOH byte where  was intended in a sed
replacement pattern. The YAML parser rejected this as an invalid
control character, preventing workflow_dispatch and PR-triggered runs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-24 08:12:46 +00:00