Fix typo in release message (#1307)

* Fix typo in release message

* Update .circleci/config.yml
This commit is contained in:
Ben Schumacher
2020-06-02 08:59:46 +02:00
committed by GitHub
parent 4ce0ede8b7
commit a59c553465

View File

@@ -376,7 +376,7 @@ jobs:
- update_image:
apt_opts: "--no-install-recommends jq"
- notify:
message: "Release process for the desktop app ended, new release can be found on (github's releases)[https://github.com/mattermost/desktop/releases]"
message: "Release process for the desktop app ended, the new release can be found on [GitHub](https://github.com/mattermost/desktop/releases)."
workflows: