From f746697d57dcfb57fb07b72453a1fee84c134c13 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Tue, 24 Feb 2026 10:03:33 +0300 Subject: [PATCH] ci: remove unused setvars step from Play Store workflow The tw3lveparsecs/github-actions-setvars action was loading env vars from variables/android.env that are never referenced in this workflow. It caused a build failure when GitHub services were unavailable. --- .github/workflows/distribute_app_to_play_store.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/distribute_app_to_play_store.yml b/.github/workflows/distribute_app_to_play_store.yml index 3033c9d..2f38db4 100644 --- a/.github/workflows/distribute_app_to_play_store.yml +++ b/.github/workflows/distribute_app_to_play_store.yml @@ -27,10 +27,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set Environment Variables - uses: tw3lveparsecs/github-actions-setvars@v0.1 - with: - envFilePath: .github/workflows/variables/android.env - name: Download bundle artifact uses: actions/download-artifact@v4