diff --git a/.github/workflows/one-click-hosting-release.yml b/.github/workflows/one-click-hosting-release.yml index f2e5b2e2414..692b2ef7503 100644 --- a/.github/workflows/one-click-hosting-release.yml +++ b/.github/workflows/one-click-hosting-release.yml @@ -88,9 +88,9 @@ jobs: # Will be removed once we see that the release is working prerelease: ${{ github.event.inputs.pre_release }} body_path: ${{ env.CHANGELOG_FILE }} - - name: Get Json + - name: Get Json Slack message run: | - "PAYLOAD=$(cat ./.github/scripts/slack-channel-cloud-message.json)" >> $GITHUB_ENV + "PAYLOAD=`echo $(cat ./.github/scripts/slack-channel-cloud-message.json)`" >> $GITHUB_ENV - name: Post To Slack Created Cloud one click Release if: ${{ github.event.inputs.pre_release }} == false uses : ./.github/workflows/post-to-slack