Skip to content

Commit 82d7064

Browse files
committed
Testing Prod 1.4
1 parent 7fea0c3 commit 82d7064

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy-expo.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121
- name: Install dependencies
2222
run: npm install
2323

24-
- name: Install EAS CLI
25-
run: npm install -g eas-cli
24+
- name: Install EAS CLI (latest)
25+
run: npm install -g eas-cli@latest
26+
27+
- name: Validate token
28+
run: eas whoami --token ${{ secrets.EXPO_TOKEN }}
2629

2730
- name: Build Android
2831
run: eas build --platform android --profile production --non-interactive --token ${{ secrets.EXPO_TOKEN }}
29-

0 commit comments

Comments
 (0)