From e231f016d6555ac1be9ca99fbcec32b8eccf45a2 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 15 Dec 2025 00:16:04 +0200 Subject: [PATCH] Clean --- .github/workflows/cd-android-live-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-android-live-update.yml b/.github/workflows/cd-android-live-update.yml index 83e4afb..0cc3b20 100644 --- a/.github/workflows/cd-android-live-update.yml +++ b/.github/workflows/cd-android-live-update.yml @@ -58,7 +58,7 @@ jobs: if: steps.check.outputs.changed == 'true' run: yarn install - - name: Build + - name: Deploy Live Update if: steps.check.outputs.changed == 'true' env: NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}