Skip to content

Commit

Permalink
fix: 🐛 eas cli not found
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-software committed Nov 6, 2022
1 parent bb8c283 commit 8f65592
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Expo Publish
on:
push:
branches:
- main
tags:
- '*'

env:
NODE_VERSION: '16.18.0'
EXPO_VERSION: '4.x'
API_URI: ${{ secrets.API_URI }}

jobs:
Expand Down Expand Up @@ -38,10 +35,11 @@ jobs:
yarn test
popd
- name: :Setup Expo ${{ env.EXPO_VERSION }}
- name: :Setup Expo
uses: expo/expo-github-action@v7
with:
expo-version: ${{ env.EXPO_VERSION }}
expo-version: latest
eas-version: latest
expo-username: ${{ secrets.EXPO_CLI_USERNAME }}
expo-password: ${{ secrets.EXPO_CLI_PASSWORD }}

Expand Down

0 comments on commit 8f65592

Please sign in to comment.