Skip to content

Commit 713ed0b

Browse files
committed
chore: updated eas json and eas version
1 parent 7f945f7 commit 713ed0b

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

.github/workflows/preview-android-feature.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

eas.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,5 @@
2424
"resourceClass": "m-medium"
2525
}
2626
}
27-
},
28-
"submit": {
29-
"preview": {
30-
"ios": {
31-
"appleId": "[email protected]",
32-
"ascAppId": "",
33-
"appleTeamId": ""
34-
},
35-
"android": {
36-
"track": "internal"
37-
}
38-
},
39-
"production": {
40-
"ios": {
41-
"appleId": "[email protected]",
42-
"ascAppId": "",
43-
"appleTeamId": ""
44-
},
45-
"android": {
46-
"track": "production"
47-
}
48-
}
4927
}
5028
}

0 commit comments

Comments
 (0)