diff --git a/.github/workflows/deploy-on-release.yml b/.github/workflows/deploy-on-release.yml index acc9cc60e..6dd2994e4 100644 --- a/.github/workflows/deploy-on-release.yml +++ b/.github/workflows/deploy-on-release.yml @@ -57,13 +57,27 @@ jobs: # For posting a rich message using Block Kit payload: | { - "text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}", + "text": "*🚀 New Plugin Version Deployed!*", "blocks": [ { "type": "section", "text": { "type": "mrkdwn", - "text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}" + "text": "*Plugin:* ${{ github.event.repository.name }}" + } + }, + { + "type": "section", + "text": { + "type": "mrkdwn", + "text": "*Version:* ${{ github.event.release.tag_name }}" + } + }, + { + "type": "section", + "text": { + "type": "mrkdwn", + "text": "*<${{ github.event.release.html_url }}|View Release on GitHub>*" } } ]