Skip to content

Commit

Permalink
fix(suite-native): develop build pipeline fix
Browse files Browse the repository at this point in the history
- Apply the same eas version to develop builds as this PR did to other tracks: #16887
  • Loading branch information
PeKne committed Feb 11, 2025
1 parent 0ead5c5 commit 1e9a125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-suite-native-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
eas-version: 14.7.1
token: ${{ secrets.EXPO_TOKEN }}
- name: Install libs
run: yarn workspaces focus @suite-native/app
Expand Down

0 comments on commit 1e9a125

Please sign in to comment.