diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 3f47a6d6..4c0425ce 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -99,10 +99,25 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "${{ steps.bump-version.outputs.NEW_VERSION }} of ${{ steps.bump-version.outputs.NPM_PACKAGE_NAME }} has been published to NPM \n • \n • " - }, - "unfurl_links": false, - "unfurl_media": false + "text": "Published a new version of *${{ steps.bump-version.outputs.NPM_PACKAGE_NAME }}* to NPM" + } + }, + { + "type": "context", + "elements": [ + { + "type": "mrkdwn", + "text": "*Version:* ${{ steps.bump-version.outputs.NEW_VERSION }}" + }, + { + "type": "mrkdwn", + "text": "" + }, + { + "type": "mrkdwn", + "text": "" + } + ] } ] }