Skip to content

fix(release): replace sh -c for-loop with explicit sed per file (v0.3.9)#29

Merged
intel352 merged 1 commit into
mainfrom
fix/release-pipeline-v0.3.9-b
May 24, 2026
Merged

fix(release): replace sh -c for-loop with explicit sed per file (v0.3.9)#29
intel352 merged 1 commit into
mainfrom
fix/release-pipeline-v0.3.9-b

Conversation

@intel352
Copy link
Copy Markdown
Contributor

Summary

  • Previous fix used sh -c "for ..." which caused a YAML colon parse error at line 6
  • Replaced with two explicit sed -i.bak commands, one per manifest file — same result, no shell wrapper needed

Root cause

Run 26374507933 failed: yaml: line 6: mapping values are not allowed in this context

The previous sh -c approach caused a YAML colon parse error at line 6.
Replace the for-loop with two explicit sed -i.bak commands, one per
manifest file — same result, no shell wrapper needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@intel352 intel352 merged commit fc0f41a into main May 24, 2026
3 of 4 checks passed
@intel352 intel352 deleted the fix/release-pipeline-v0.3.9-b branch May 24, 2026 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant