Commit bf51786
Fix YAML syntax error in release workflow template string (#152)
The multi-line bash string for UNRELEASED_TEMPLATE had content
starting at column 0, which broke YAML literal block parsing.
Using printf to build the template keeps proper YAML indentation.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 20d6414 commit bf51786
1 file changed
+6
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
55 | 50 | | |
56 | 51 | | |
57 | 52 | | |
| |||
0 commit comments