From e581ae7375c4a2de9bb3de3bbc8e6541e2ec8a76 Mon Sep 17 00:00:00 2001 From: Thomas GRUSON Date: Tue, 21 Dec 2021 14:18:22 +0100 Subject: [PATCH] fix(ci): changelog creation --- .github/workflows/charts-release.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 1f4f3d387..a7ef6b5fc 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -77,9 +77,7 @@ jobs: - name: Create Changelog file working-directory: charts/stable run: | - cat <CHANGELOG.md - ${{ fromJson(steps.create_check_run.outputs.data).body }} - EOF + "${{ fromJson(steps.create_check_run.outputs.data).body }}" > CHANGELOG.md - name: Configure Git run: | git config user.name "$GITHUB_ACTOR"