We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70daec commit abee906Copy full SHA for abee906
1 file changed
.github/workflows/post-release.yml
@@ -110,7 +110,7 @@ jobs:
110
# See also: https://api.slack.com/methods/chat.postMessage#channels
111
# On special mentions: https://api.slack.com/reference/surfaces/formatting#special-mentions
112
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 }}"
+ slack-message: "<!channel> New release: ${{ env.VERSION_NAME }} is being made !:tada:\nRelease notes there: ${{ steps.github-release.outputs.url }}"
114
# For posting a rich message using Block Kit
115
env:
116
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments