Skip to content

Commit 828d9f2

Browse files
Fix/ build action (#150)
* fix: update eas build action * fix: testing purposes of action * Revert "fix: testing purposes of action" This reverts commit e227dca.
1 parent 99e3ba3 commit 828d9f2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/eas-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
exit 1
107107
fi
108108
109-
- name: 📦 Setup Expo and EAS
110-
uses: expo/expo-github-action@v8
111-
with:
112-
eas-version: latest
113-
token: ${{ secrets.EXPO_TOKEN }}
114-
115109
- name: 📦 Checkout project repo
116110
uses: actions/checkout@v4
117111
with:
118112
fetch-depth: 0
119113
token: ${{ secrets.NEW_VERSION_NUMBER_PAT }}
120114

115+
- name: 📦 Setup Expo and EAS
116+
uses: expo/expo-github-action@v8
117+
with:
118+
eas-version: latest
119+
token: ${{ secrets.EXPO_TOKEN }}
120+
121121
- name: 📦 Setup Node + PNPM + install deps
122122
uses: ./.github/actions/setup-node-pnpm-install
123123

0 commit comments

Comments
 (0)