Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Feb 13, 2025
1 parent 864ce79 commit 642f222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eas-preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
rxdb-license-key: ${{ secrets.RXDB_LICENSE_KEY }}

- name: 👷 Build packages
run: pnpm run -w build:example
run: pnpm run -w build:main

- name: 🚀 Create preview
uses: expo/expo-github-action/preview@v8
with:
working-directory: apps/example
working-directory: apps/main
command: eas update --auto --branch=pr-${{ github.event.number }}

0 comments on commit 642f222

Please sign in to comment.