edit: post_releases_to_telegram.yml

This commit is contained in:
Hamza Rizwan
2026-01-26 19:01:12 +05:30
parent af20ff20c1
commit 37bda47cec

View File

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