From d7d06fefb2f12de3c3472c06c280da475e78de2c Mon Sep 17 00:00:00 2001 From: Sanchari Date: Tue, 3 Dec 2024 15:35:22 +0100 Subject: [PATCH] remove small typo in release notifications --- .github/workflows/release-artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 26380164..1455efbd 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -161,7 +161,7 @@ jobs: with: # Send notification to #release slack channel channel-id: "C024Z61K9QU" - slack-message: ":rocket: New *Rasa SDKe* version `${{ env.TAG_VERSION }}` has been released! More information can be found ." + slack-message: ":rocket: New *Rasa SDK* version `${{ env.TAG_VERSION }}` has been released! More information can be found ." env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} @@ -171,6 +171,6 @@ jobs: with: # Send notification to #devtribe slack channel channel-id: "C061J0LGHU0" - slack-message: ":broken_heart: *Rasa SDKe* release version `${{ env.TAG_VERSION }}` has failed! More information can be found ." + slack-message: ":broken_heart: *Rasa SDK* release version `${{ env.TAG_VERSION }}` has failed! More information can be found ." env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}