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

Commit 9300f3b

Browse files
committed
fix: reorder EAS setup in build workflow for clarity
1 parent 4cf7fb5 commit 9300f3b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
with:
1818
node-version: 20
1919

20-
- name: 🏗 Setup EAS
21-
uses: expo/expo-github-action@v8
22-
with:
23-
eas-version: latest
24-
token: ${{ secrets.EXPO_TOKEN }}
25-
2620
- name: 🏗 Setup Bun
2721
uses: oven-sh/setup-bun@v2
2822

2923
- name: 📦 Install dependencies
3024
run: bun install
3125

26+
- name: 🏗 Setup EAS
27+
uses: expo/expo-github-action@v8
28+
with:
29+
eas-version: latest
30+
token: ${{ secrets.EXPO_TOKEN }}
31+
3232
- name: 🚀 Build app
3333
run: eas build --platform android --local

0 commit comments

Comments
 (0)