diff --git a/.github/workflows/eas-build.yml b/.github/workflows/eas-build.yml index f4ce7634..081f944c 100644 --- a/.github/workflows/eas-build.yml +++ b/.github/workflows/eas-build.yml @@ -106,18 +106,18 @@ jobs: exit 1 fi - - name: 📦 Setup Expo and EAS - uses: expo/expo-github-action@v8 - with: - eas-version: latest - token: ${{ secrets.EXPO_TOKEN }} - - name: 📦 Checkout project repo uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.NEW_VERSION_NUMBER_PAT }} + - name: 📦 Setup Expo and EAS + uses: expo/expo-github-action@v8 + with: + eas-version: latest + token: ${{ secrets.EXPO_TOKEN }} + - name: 📦 Setup Node + PNPM + install deps uses: ./.github/actions/setup-node-pnpm-install