Template
This commit is contained in:
@@ -26,6 +26,11 @@ jobs:
|
||||
- name: Install Expo CLI & EAS CLI
|
||||
run: pnpm add -g expo-cli eas-cli
|
||||
|
||||
- name: EAS Login
|
||||
run: eas login
|
||||
env:
|
||||
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user