Update Expo workflow

This commit is contained in:
Zhiyuan Zheng 2022-06-06 13:09:47 +02:00
parent b18ccc5490
commit 0cf7d0daf2
1 changed files with 1 additions and 3 deletions

View File

@ -25,10 +25,8 @@ jobs:
distribution: 'zulu'
java-version: '11'
- name: -- Step 4 -- Use Expo action
uses: expo/expo-github-action@v6
uses: expo/expo-github-action@v7
with:
expo-version: 5.x
username: ${{ secrets.EXPO_USERNAME }}
token: ${{ secrets.EXPO_TOKEN }}
- name: -- Step 5 -- Install node dependencies
run: yarn install