diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a96e03b3..41294837 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,6 +43,7 @@ jobs: # You can remove this step if you already configured this # This project shouldn't be pre-configured with this ID, that's why its omitted - name: 👷 Configure project + if: ${{ github.repository == 'byCedric/expo-monorepo-example' }} working-directory: apps/example run: | eas init --id d202a56f-0162-450d-af3b-a2d2e0678594 --force --non-interactive diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8af6b7c7..d542d1f4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,6 +45,7 @@ jobs: # You can remove this step if you already configured this # This project shouldn't be pre-configured with this ID, that's why its omitted - name: 👷 Configure project + if: ${{ github.repository == 'byCedric/expo-monorepo-example' }} working-directory: apps/example run: eas init --id d202a56f-0162-450d-af3b-a2d2e0678594 --force --non-interactive diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index fe997ed5..ffcb6d0b 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -29,6 +29,7 @@ jobs: # You can remove this step if you already configured this # This project shouldn't be pre-configured with this ID, that's why its omitted - name: 👷 Configure project + if: ${{ github.repository == 'byCedric/expo-monorepo-example' }} working-directory: apps/example run: | eas init --id d202a56f-0162-450d-af3b-a2d2e0678594 --force --non-interactive diff --git a/apps/example/eas.json b/apps/example/eas.json index 8b9165ea..65f36585 100644 --- a/apps/example/eas.json +++ b/apps/example/eas.json @@ -1,5 +1,6 @@ { "cli": { + "appVersionSource": "remote", "promptToConfigurePushNotifications": false }, "build": {