From 7577b574cfa9008605276e12175c7ce53065a505 Mon Sep 17 00:00:00 2001 From: yiannis Date: Wed, 25 Oct 2023 11:37:17 +0100 Subject: [PATCH] fix: Revert previous fix to ensure pull request body is shown in Slack notification --- .github/workflows/release.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a1a3e8fccb..1118cf8211 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -151,11 +151,9 @@ jobs: run: cat .goreleaser.brew.yml >> .goreleaser.yml if: ${{ !contains(github.event.pull_request.head.ref, '-') }} - name: Store changelog - env: - GITHUB_EVENT_PULL_REQUEST_BODY: ${{ github.event.pull_request.body }} run: | cat > ${{ runner.temp }}/changelog.md <<'END_OF_CHANGELOG' - $GITHUB_EVENT_PULL_REQUEST_BODY + ${{ github.event.pull_request.body }} END_OF_CHANGELOG - name: Run GoReleaser uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0