We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c7d8a commit 2e1fe6aCopy full SHA for 2e1fe6a
1 file changed
README.md
@@ -81,7 +81,7 @@ jobs:
81
- name: 🏗 Setup Expo
82
uses: expo/expo-github-action@v7
83
with:
84
- expo-version: 5.x
+ expo-version: latest
85
token: ${{ secrets.EXPO_TOKEN }}
86
87
- name: 📦 Install dependencies
@@ -120,7 +120,7 @@ jobs:
120
- name: 🏗 Setup Expo and EAS
121
122
123
124
eas-version: latest
125
126
@@ -159,7 +159,7 @@ jobs:
159
160
161
162
163
164
165
0 commit comments