Skip to content

Commit

Permalink
Merge pull request #167 from davseve/internal/ED-11261-one-click-clou…
Browse files Browse the repository at this point in the history
…d-release

Publish the Slack message to release channel [ED-11261]
  • Loading branch information
davseve authored Jul 27, 2023
2 parents 180a122 + 0dc5dd2 commit 558cc49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/one-click-hosting-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 558cc49

Please sign in to comment.