Skip to content

Commit

Permalink
change project id
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Nov 13, 2024
1 parent 9a032fe commit 3aff692
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ jobs:
- name: 👷 Build packages for mobile
run: pnpm run -w build:mobile

# 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
working-directory: apps/mobile
run: |
eas init --id d202a56f-0162-450d-af3b-a2d2e0678594 --force --non-interactive
echo $(jq '.expo.runtimeVersion.policy = "sdkVersion"' app.json) > app.json
- name: 🚀 Build mobile
if: ${{ !github.event.inputs.submit || github.event.inputs.profile != 'production' }}
working-directory: apps/mobile
Expand Down
10 changes: 8 additions & 2 deletions apps/mobile/app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expo": {
"name": "expo-monorepo",
"slug": "expo-monorepo",
"slug": "music-sniper",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
Expand Down Expand Up @@ -30,6 +30,12 @@
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"extra": {
"eas": {
"projectId": "9ad71fa6-6329-46b0-8e1d-2e510f8385a3"
}
},
"owner": "mjkochell"
}
}

0 comments on commit 3aff692

Please sign in to comment.