Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit fc7cfc5

Browse files
committed
fix: update EAS build command to use production environment
1 parent 91376da commit fc7cfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
token: ${{ secrets.EXPO_TOKEN }}
3232

3333
- name: 🚀 Build app
34-
run: eas build --platform android --non-interactive
34+
run: eas build -p android -e production

0 commit comments

Comments
 (0)