Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vedmant committed Mar 5, 2024
1 parent deb97e3 commit ef538c2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deplyo.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ jobs:
- name: 🏗 Setup repo
uses: actions/checkout@v4

- name: 🏗 Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
- name: 🏗 Setup Bun
uses: oven-sh/setup-bun@v1

- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
Expand All @@ -22,7 +19,7 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}

- name: 📦 Install dependencies
run: yarn install
run: bun install

- name: 🚀 Create update
run: eas update --auto --non-interactive

0 comments on commit ef538c2

Please sign in to comment.