Commit 8f73b2f
authored
Retain newlines in in package index entry generation command (#20)
The previous command discarded all line breaks from the package input snippet generated by the release
workflow, making it more difficult to check visually and to insert into the package index.
This is fixed by adding the missing quoting on a variable.1 parent 5390f61 commit 8f73b2f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
| 216 | + | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments