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