diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d27aeb7..8599300 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -50,7 +50,7 @@ jobs: - name: Prepare Release Notes run: | 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 - name: Create Release