From 120a63912ab04db76087a33325cd7fd5d15ea466 Mon Sep 17 00:00:00 2001 From: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Wed, 9 Nov 2022 12:47:18 +0100 Subject: [PATCH] Update release-notification.yml --- .github/workflows/release-notification.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-notification.yml b/.github/workflows/release-notification.yml index 459a282551a7b..dfc1a0cc222ca 100644 --- a/.github/workflows/release-notification.yml +++ b/.github/workflows/release-notification.yml @@ -18,7 +18,7 @@ jobs: env: INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: - text: "send-to-slack" + text: "New release published!" blocks: | [ { @@ -39,7 +39,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": ${{ toJSON(github.event.release.body) }} + "text": "${{ github.event.release.body }}" } }, { @@ -49,4 +49,4 @@ jobs: "text": "${{ github.event.release.html_url }}" } } - ] \ No newline at end of file + ]