From cf4e4660d985d23120e92ec56b6e06db589c3431 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:05:03 +0200 Subject: [PATCH] chore: removed upstream repo condition --- .github/workflows/beta.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 484e6880..2765f632 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -108,7 +108,6 @@ jobs: path: "app/build/outputs/apk/google/alpha/app-google-alpha.apk" - name: Upload APK to Discord and Telegram - if: ${{ github.repository == 'rebelonion/Dantotsu' || env.SKIP_BUILD != 'false' }} shell: bash run: | # Prepare Discord embed @@ -281,7 +280,8 @@ jobs: "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument" \ -F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \ -F "document=@$APK_PATH" \ - -F "caption=New Alpha-Build dropped 🔥 + -F "caption=New Alpha-Build dropped 🔥 + Commits: ${telegram_commit_messages} version: ${VERSION}" \