This commit is contained in:
David Wilson 2021-06-05 16:32:56 -07:00
parent f73c05ba0b
commit aeb88fc960

View file

@ -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