diff --git a/.github/workflows/build_android_app.yml b/.github/workflows/build_android_app.yml index 27fb42b..6ee10b9 100644 --- a/.github/workflows/build_android_app.yml +++ b/.github/workflows/build_android_app.yml @@ -28,7 +28,7 @@ jobs: run: npm ci - name: Build Android app - run: eas build --platform android --profile production --no-wait + run: npx eas build --platform android --profile productions env: EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}