diff --git a/.github/workflows/telegram.yml b/.github/workflows/telegram.yml index 880c1977a5..928fa16aa4 100644 --- a/.github/workflows/telegram.yml +++ b/.github/workflows/telegram.yml @@ -38,9 +38,7 @@ jobs: to: ${{ secrets.TELEGRAM_CHAT }} token: ${{ secrets.TELEGRAM_TOKEN }} message: | - Good news, we've just published a new version of - [EO compiler](https://github.com/objectionary/eo): - `${{github.ref_name}}`. + Good news, we've just published a new version of [EO compiler](https://github.com/objectionary/eo): [`${{github.ref_name}}`](https://github.com/objectionary/eo/releases/tag/${{github.ref_name}}). You're welcome to gitve it a try! disable_web_page_preview: true disable_notification: true format: markdown