We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dbec4 commit 7fea0c3Copy full SHA for 7fea0c3
.github/workflows/deploy-expo.yml
@@ -24,8 +24,6 @@ jobs:
24
- name: Install EAS CLI
25
run: npm install -g eas-cli
26
27
- - name: Verify Expo credentials
28
- run: eas whoami --token ${{ secrets.EXPO_TOKEN }}
29
-
30
- - name: Build Android (Production)
+ - name: Build Android
31
run: eas build --platform android --profile production --non-interactive --token ${{ secrets.EXPO_TOKEN }}
+
0 commit comments