From 04fb31eff98ae0eac4c042b67ceda58f8f5fa56d Mon Sep 17 00:00:00 2001 From: aayush262 Date: Sat, 6 Apr 2024 11:12:00 +0530 Subject: [PATCH] fix: changelogs for telegram --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index a475edfeb9..1ec51a06a6 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -118,6 +118,7 @@ jobs: #Telegram curl -F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \ -F "document=@app/build/outputs/apk/google/alpha/app-google-armeabi-v7a-alpha.apk" \ + -F "caption=Alpha-Build: ${VERSION}: ${commit_messages}" \ https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument curl -F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \ -F "document=@app/build/outputs/apk/google/alpha/app-google-arm64-v8a-alpha.apk" \ @@ -130,7 +131,6 @@ jobs: https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument curl -F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \ -F "document=@app/build/outputs/apk/google/alpha/app-google-universal-alpha.apk" \ - -F "caption=Alpha-Build: ${VERSION}: ${commit_messages}" \ https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument env: