mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix new expo action
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -23,8 +23,8 @@ jobs:
|
|||||||
uses: expo/expo-github-action@v6
|
uses: expo/expo-github-action@v6
|
||||||
with:
|
with:
|
||||||
expo-version: 4.x
|
expo-version: 4.x
|
||||||
expo-username: ${{ secrets.EXPO_USERNAME }}
|
username: ${{ secrets.EXPO_USERNAME }}
|
||||||
expo-token: ${{ secrets.EXPO_TOKEN }}
|
token: ${{ secrets.EXPO_TOKEN }}
|
||||||
- name: -- Step 4 -- Install node dependencies
|
- name: -- Step 4 -- Install node dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: -- Step 5 -- Install native dependencies
|
- name: -- Step 5 -- Install native dependencies
|
||||||
|
Reference in New Issue
Block a user