File tree Expand file tree Collapse file tree 3 files changed +17
-47
lines changed Expand file tree Collapse file tree 3 files changed +17
-47
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,22 +25,24 @@ jobs:
2525 token : ${{ secrets.EXPO_TOKEN }}
2626
2727 - name : 📦 Install dependencies
28- run : npm install
28+ run : |
29+ npm install
30+ npx expo install --fix
31+
32+ # This step will be deprecated and removed in the future once the google play account is created.
33+ - name : 🚀 Build Android App
34+ run : eas build --platform android --profile $PROFILE --non-interactive
35+ env :
36+ PROFILE : ${{ vars.BUILD_PROFILE }}
37+ EXPO_PUBLIC_APOLLO_CLIENT_URI : ${{ vars.EXPO_PUBLIC_APOLLO_CLIENT_URI }}
2938
3039 - name : 🚀 Build & Submit ios App
3140 run : |
32- rm .easignore
41+ rm -f .easignore
3342 cp .gitignore .easignore
3443 echo '\npackage-lock.json' >> .easignore
3544 eas build --platform ios --profile $PROFILE --auto-submit --non-interactive
3645 rm .easignore
3746 env :
3847 PROFILE : ${{ vars.BUILD_PROFILE }}
39- EXPO_PUBLIC_APOLLO_CLIENT_URI : ${{ vars.EXPO_PUBLIC_APOLLO_CLIENT_URI }}
40-
41- # This step will be deprecated and removed in the future once the google play account is created.
42- - name : 🚀 Build Android App
43- run : eas build --platform android --profile $PROFILE --non-interactive
44- env :
45- PROFILE : ${{ vars.BUILD_PROFILE }}
46- EXPO_PUBLIC_APOLLO_CLIENT_URI : ${{ vars.EXPO_PUBLIC_APOLLO_CLIENT_URI }}
48+ EXPO_PUBLIC_APOLLO_CLIENT_URI : ${{ vars.EXPO_PUBLIC_APOLLO_CLIENT_URI }}
Original file line number Diff line number Diff line change 11{
22 "expo" : {
3- "name" : " PULSE " ,
4- "slug" : " atlp-pulse " ,
5- "version" : " 1.0.0 " ,
3+ "name" : " Devpulse " ,
4+ "slug" : " devpulse " ,
5+ "version" : " 1.0.1 " ,
66 "orientation" : " portrait" ,
77 "icon" : " ./assets/images/icon.png" ,
8- "scheme" : " pulseapp " ,
8+ "scheme" : " devpulse " ,
99 "userInterfaceStyle" : " automatic" ,
1010 "splash" : {
1111 "image" : " ./assets/images/splash.png" ,
3232 "data" : [
3333 {
3434 "scheme" : " https" ,
35- "host" : " *.devdevpulse .org" ,
35+ "host" : " *.devpulse .org" ,
3636 "pathPrefix" : " /register"
3737 }
3838 ],
You can’t perform that action at this time.
0 commit comments