fix: put @main instead of v8 to fix cache problem

This commit is contained in:
Gauvino
2025-06-04 13:31:06 +02:00
parent 973d226c49
commit d6c7246cd1

View File

@@ -49,7 +49,7 @@ jobs:
run: bun run prebuild
- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
uses: expo/expo-github-action@main
with:
eas-version: 16.7.1
token: ${{ secrets.EXPO_TOKEN }}