From 81fc0eef27914e903d30f1ba8d7110af7818dc82 Mon Sep 17 00:00:00 2001 From: Nicolas Guillard Date: Wed, 10 Apr 2024 19:41:29 +0200 Subject: [PATCH] feature(ci): #RE-1662 retry with yarn --- .github/workflows/mobile-app-workflow.yml | 1 + eas.json | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/mobile-app-workflow.yml b/.github/workflows/mobile-app-workflow.yml index c244f44ad..9030a4c6a 100644 --- a/.github/workflows/mobile-app-workflow.yml +++ b/.github/workflows/mobile-app-workflow.yml @@ -42,6 +42,7 @@ jobs: uses: expo/expo-github-action@v8 with: eas-version: latest + packager: yarn token: ${{ secrets.EXPO_TOKEN }} - name: ⚙️ Compile android run: eas build --platform android --profile=staging --no-wait diff --git a/eas.json b/eas.json index 2f65e4e13..f5638f1df 100644 --- a/eas.json +++ b/eas.json @@ -4,19 +4,16 @@ }, "build": { "development": { - "bun": "1.0.20", "distribution": "internal", "channel": "development", "autoIncrement": true }, "staging": { - "bun": "1.0.20", "distribution": "internal", "channel": "staging", "autoIncrement": true }, "production": { - "bun": "1.0.20", "distribution": "store", "channel": "main", "autoIncrement": true