From aeb88fc96065b3d4649e4a8ecf2a496e98be687d Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sat, 5 Jun 2021 16:32:56 -0700 Subject: [PATCH] Whoops! --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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