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 }}