Commit 74d65de
fix: Resolve GitHub Actions workflow changelog extraction issue
- Fix sed syntax error in Extract Changelog Content step
- Replace problematic sed newline replacement with heredoc format
- Use proper GitHub Actions multi-line output format
- Resolve "Invalid format" error for changelog content
This fixes the workflow failure where changelog content extraction
was failing due to incorrect sed command syntax and improper
multi-line content handling in GitHub Actions output.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent da4814e commit 74d65de
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
178 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| |||
0 commit comments