chore: use locally installed expo-cli

This commit is contained in:
Satyajit Sahoo
2021-04-14 22:15:35 +02:00
parent 6e832cb4ac
commit 5e83a0b4e2

View File

@@ -20,9 +20,7 @@ jobs:
- name: Setup Expo
uses: expo/expo-github-action@v5
with:
expo-version: 3.x
expo-username: ${{ secrets.EXPO_CLI_USERNAME }}
expo-password: ${{ secrets.EXPO_CLI_PASSWORD }}
expo-token: ${{ secrets.EXPO_TOKEN }}
expo-cache: true
- name: Get yarn cache
@@ -41,4 +39,4 @@ jobs:
- name: Publish Expo app
working-directory: ./example
run: expo publish
run: yarn expo publish