Skip to content

Commit

Permalink
Merge pull request #21 from yssk22/develop
Browse files Browse the repository at this point in the history
[expo] fix eas version
  • Loading branch information
yssk22 authored Oct 21, 2023
2 parents 43d2af0 + 95a35df commit f89c875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache-dependency-path: "expo/package.json"
- uses: expo/expo-github-action@v8
with:
eas-version: latest
eas-version: 5.4.0
token: ${{ secrets.EXPO_TOKEN }}
- run: cd expo && yarn install
- run: cd expo && ./scripts/eas-build.sh
Expand Down

0 comments on commit f89c875

Please sign in to comment.