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

This commit is contained in:
Gauvino
2025-06-04 13:31:06 +02:00
committed by Alex Kim
parent 26225bbf52
commit 8c5b9d068d

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 }}