From a1e852400f938b109fcbcc2f5b3a8679ec8008b9 Mon Sep 17 00:00:00 2001 From: cenevan <92879012+cenevan@users.noreply.github.com> Date: Tue, 14 May 2024 16:55:10 -0700 Subject: [PATCH] Update publish-package.yaml --- .github/workflows/publish-package.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-package.yaml b/.github/workflows/publish-package.yaml index 4533ae6f..f8a362ac 100644 --- a/.github/workflows/publish-package.yaml +++ b/.github/workflows/publish-package.yaml @@ -137,7 +137,7 @@ jobs: channel-id: ${{ secrets.SLACK_CHANNEL_ID_STORY_57BLOCKS }} payload: | { - "text": "${{ github.repository }}: Package has been published to NPM Registry.", + "text": "${{ github.repository }}: Package has been published to NPM Registry, version: ${{ needs.print_version_to_publish.outputs.version_to_be_published }}", "blocks": [ { "type": "divider" }, { @@ -146,14 +146,14 @@ jobs: "type": "plain_text", "text": "Published to Registry" }, - "image_url": "https://imgur.com/gallery/npm-install-OsbqxXW", + "image_url": "https://imgur.com/a/6P1xFvE", "alt_text": "Published to Registry" }, { "type": "section", "text": { "type": "mrkdwn", - "text":"${{ github.repository }}: Package has been published to NPM Registry" + "text":"${{ github.repository }}: Package has been published to NPM Registry, version: ${{ needs.print_version_to_publish.outputs.version_to_be_published }}" } } ]