From 4c76fe9b6f894f5897fdd09f8c6b47fcd4dddd08 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 28 Jul 2025 21:45:36 -0500 Subject: [PATCH] Add comment --- .github/workflows/bundle-deploy-eas-update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 999b87e18a..1bd0b71c47 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -101,6 +101,7 @@ jobs: if: ${{ !steps.fingerprint.outputs.includes-changes }} uses: dcarbone/install-jq-action@v2 + # eas.json not used here, set EXPO_PUBLIC_ENV - name: Env id: env if: ${{ !steps.fingerprint.outputs.includes-changes }} @@ -209,6 +210,7 @@ jobs: - name: 🔤 Compile translations run: yarn intl:build + # EXPO_PUBLIC_ENV is handled in eas.json - name: Env id: env run: | @@ -298,6 +300,7 @@ jobs: - name: 🔤 Compile translations run: yarn intl:build + # EXPO_PUBLIC_ENV is handled in eas.json - name: Env id: env run: |