From f6c5daec355725395a4332a60c58c7b9cc23cfc3 Mon Sep 17 00:00:00 2001 From: Jon Samp Date: Wed, 14 Jun 2023 16:20:23 -0500 Subject: [PATCH] Updates the example in the README to use eas-version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f08febe..5b70c582 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ jobs: - name: 🏗 Setup EAS uses: expo/expo-github-action@v8 with: - expo-version: latest + eas-version: latest token: ${{ secrets.EXPO_TOKEN }} - name: 📦 Install dependencies