Skip to content

Commit abee906

Browse files
BotReleaservjern
authored andcommitted
Fix version name in post-release slack notif
1 parent d70daec commit abee906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
# See also: https://api.slack.com/methods/chat.postMessage#channels
111111
# On special mentions: https://api.slack.com/reference/surfaces/formatting#special-mentions
112112
channel-id: ${{ vars.SLACK_CHANNEL_ID }}
113-
slack-message: "<!channel> New release: ${{ github.ref_name }} is being made !:tada:\nRelease notes there: ${{ steps.github-release.outputs.url }}"
113+
slack-message: "<!channel> New release: ${{ env.VERSION_NAME }} is being made !:tada:\nRelease notes there: ${{ steps.github-release.outputs.url }}"
114114
# For posting a rich message using Block Kit
115115
env:
116116
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)