Skip to content

Commit 1a50486

Browse files
committed
chore: configure the android and ios bundle identifiers when building
1 parent cff58d5 commit 1a50486

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
run: |
4848
eas init --id d202a56f-0162-450d-af3b-a2d2e0678594 --force --non-interactive
4949
echo $(jq '.expo.runtimeVersion.policy = "sdkVersion"' app.json) > app.json
50+
echo $(jq '.expo.android.package = "dev.cedric.monorepo"' app.json) > app.json
51+
echo $(jq '.expo.ios.bundleIdentifier = "dev.cedric.monorepo"' app.json) > app.json
5052
5153
- name: 🚀 Build example
5254
if: ${{ !github.event.inputs.submit || github.event.inputs.profile != 'production' }}

0 commit comments

Comments
 (0)