Skip to content

Commit

Permalink
chore: enable remote build version numbers and limit auto-config to t…
Browse files Browse the repository at this point in the history
…his repo
  • Loading branch information
byCedric committed Jan 22, 2025
1 parent 1a50486 commit 521d179
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions apps/example/eas.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"cli": {
"appVersionSource": "remote",
"promptToConfigurePushNotifications": false
},
"build": {
Expand Down

0 comments on commit 521d179

Please sign in to comment.