From 37bda47cec1ce1cb0466ab3dd67e003ca7e6c20c Mon Sep 17 00:00:00 2001 From: Hamza Rizwan Date: Mon, 26 Jan 2026 19:01:12 +0530 Subject: [PATCH] edit: post_releases_to_telegram.yml --- .github/workflows/post_releases_to_telegram.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/post_releases_to_telegram.yml b/.github/workflows/post_releases_to_telegram.yml index e4dc93881..bf6520e6d 100644 --- a/.github/workflows/post_releases_to_telegram.yml +++ b/.github/workflows/post_releases_to_telegram.yml @@ -2,8 +2,8 @@ name: Post Releases to Telegram on: release: - types: [ published ] - workflow_dispatch: # Allow manual triggering + types: [published, released] + workflow_dispatch: jobs: post: @@ -107,8 +107,7 @@ jobs: to: ${{ secrets.APP_CHANNEL_ID_FOR_TG_BOT }} token: ${{ secrets.TG_BOT_KEY }} message: | - ${{ env.VERSION_NAME }} is live on the GitHub and Play Store. - Read the changelogs here: https://github.com/${{ github.repository }}/releases/tag/${{ env.TAG }} + ${{ env.VERSION_NAME }} is live on the GitHub and Play Store. # - name: Send First APK to Telegram # uses: appleboy/telegram-action@master