We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35156cf commit 2277b57Copy full SHA for 2277b57
1 file changed
.github/workflows/eas-build.yml
@@ -106,18 +106,18 @@ jobs:
106
exit 1
107
fi
108
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
-
115
- name: 📦 Checkout project repo
116
uses: actions/checkout@v4
117
with:
118
fetch-depth: 0
119
token: ${{ secrets.NEW_VERSION_NUMBER_PAT }}
120
+ - name: 📦 Setup Expo and EAS
+ uses: expo/expo-github-action@v8
+ with:
+ eas-version: latest
+ token: ${{ secrets.EXPO_TOKEN }}
+
121
- name: 📦 Setup Node + PNPM + install deps
122
uses: ./.github/actions/setup-node-pnpm-install
123
0 commit comments