We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff58d5 commit 1a50486Copy full SHA for 1a50486
.github/workflows/build.yml
@@ -47,6 +47,8 @@ jobs:
47
run: |
48
eas init --id d202a56f-0162-450d-af3b-a2d2e0678594 --force --non-interactive
49
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
52
53
- name: 🚀 Build example
54
if: ${{ !github.event.inputs.submit || github.event.inputs.profile != 'production' }}
0 commit comments