Skip to content

Commit 7fea0c3

Browse files
committed
Testing Prod 1.3
1 parent f6dbec4 commit 7fea0c3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy-expo.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
- name: Install EAS CLI
2525
run: npm install -g eas-cli
2626

27-
- name: Verify Expo credentials
28-
run: eas whoami --token ${{ secrets.EXPO_TOKEN }}
29-
30-
- name: Build Android (Production)
27+
- name: Build Android
3128
run: eas build --platform android --profile production --non-interactive --token ${{ secrets.EXPO_TOKEN }}
29+

0 commit comments

Comments
 (0)