chore: fix project id expo

This commit is contained in:
2026-05-09 23:40:09 +02:00
parent 57fb1b1ecd
commit f678c948dd
@@ -63,7 +63,7 @@ jobs:
- name: Inject EAS project ID
working-directory: mobile
run: |
jq '.expo.extra.eas.projectId = "${{ secrets.EXPO_PROJECT_ID }}"' app.json > app.tmp.json
jq '.expo.extra.eas.projectId = "${{ secrets.EXPO_PROJECT_ID_CLIENT }}"' app.json > app.tmp.json
mv app.tmp.json app.json
- name: Determine build profile & env