File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 25
25
token : ${{ secrets.EXPO_TOKEN }}
26
26
27
27
- 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 }}
29
38
30
39
- name : 🚀 Build & Submit ios App
31
40
run : |
36
45
rm .easignore
37
46
env :
38
47
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 1
1
{
2
2
"expo" : {
3
3
"name" : " PULSE" ,
4
- "slug" : " atlp-pulse " ,
4
+ "slug" : " devpulse " ,
5
5
"version" : " 1.0.0" ,
6
6
"orientation" : " portrait" ,
7
7
"icon" : " ./assets/images/icon.png" ,
You can’t perform that action at this time.
0 commit comments