Skip to content

Commit

Permalink
Update udpate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoGurgel authored Oct 31, 2023
1 parent 5483ce4 commit 6218f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/udpate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16.x
cache: yarn
cache: npm
- uses: expo/expo-github-action@v7
with:
expo-version: latest
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: Install dependencies
run: yarn install
run: npm install
- name: Publish update
run: eas update --auto

Expand Down

0 comments on commit 6218f4d

Please sign in to comment.