parent
f73c05ba0b
commit
aeb88fc960
|
@ -50,7 +50,7 @@ jobs:
|
||||||
- name: Prepare Release Notes
|
- name: Prepare Release Notes
|
||||||
run: |
|
run: |
|
||||||
echo $'This installer image was prepared with the following channel configuration:\r\n\r\n```\r\n' > release-notes.md
|
echo $'This installer image was prepared with the following channel configuration:\r\n\r\n```\r\n' > release-notes.md
|
||||||
cat channels.scm >> release-notes.ms
|
cat channels.scm >> release-notes.md
|
||||||
echo $'\r\n```' >> release-notes.md
|
echo $'\r\n```' >> release-notes.md
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
|
Loading…
Reference in New Issue