diff --git a/.github/workflows/telegram-bot.yml b/.github/workflows/telegram-bot.yml index ed21bfc..ed269a7 100644 --- a/.github/workflows/telegram-bot.yml +++ b/.github/workflows/telegram-bot.yml @@ -42,13 +42,13 @@ jobs: with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} - format: markdown + format: text message: | - 🎉 *A new release is live!* 🎉 + 🎉 A new release is live! 🎉 - **Release Name:** ${{ env.RELEASE_NAME }} - **Tag:** ${{ env.RELEASE_TAG }} - **Release Notes:** + Release Name: ${{ env.RELEASE_NAME }} + Tag: ${{ env.RELEASE_TAG }} + Release Notes: ${{ env.RELEASE_NOTES }} - 🔗 [View Release](${{ env.RELEASE_URL }}) \ No newline at end of file + 🔗 View Release: ${{ env.RELEASE_URL }} \ No newline at end of file