File tree Expand file tree Collapse file tree 2 files changed +3
-25
lines changed Expand file tree Collapse file tree 2 files changed +3
-25
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 node-version : 18
2525 cache : yarn
2626
27- - name : 🏗 Setup EAS
27+ - name : Setup EAS
2828 uses : expo/expo-github-action@v8
2929 with :
30- eas-version : latest
30+ eas-version : 16.1.0
3131 token : ${{ secrets.EAS_TOKEN }}
3232
33- - name : 📦 Install dependencies
33+ - name : Install dependencies
3434 run : yarn install
3535
3636 - name : Trigger EAS Android build (preview)
Original file line number Diff line number Diff line change 2424 "resourceClass" : " m-medium"
2525 }
2626 }
27- },
28- "submit" : {
29- "preview" : {
30- "ios" : {
31- 32- "ascAppId" : " " ,
33- "appleTeamId" : " "
34- },
35- "android" : {
36- "track" : " internal"
37- }
38- },
39- "production" : {
40- "ios" : {
41- 42- "ascAppId" : " " ,
43- "appleTeamId" : " "
44- },
45- "android" : {
46- "track" : " production"
47- }
48- }
4927 }
5028}
You can’t perform that action at this time.
0 commit comments