Skip to content

Commit

Permalink
Update publish-package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cenevan authored May 14, 2024
1 parent ad3de01 commit a1e8524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
{
Expand All @@ -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 }}"
}
}
]
Expand Down

0 comments on commit a1e8524

Please sign in to comment.