Skip to content

Commit

Permalink
fix(cd): fix update script (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev authored Aug 7, 2024
1 parent 501cd56 commit 8954247
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/eas-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: 🏗 For act to work (local testing)
if: env.ACT === 'true'
run: npm -g install yarn
if: ${{ env.ACT == 'true' }}
run: pnpm -g install yarn

- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
Expand All @@ -50,7 +50,8 @@ jobs:
- name: 🚀 Create update
working-directory: apps/mobile
env:
EXPO_USE_METRO_WORKSPACE_ROOT: 1
NODE_ENV: production
EXPO_USE_METRO_WORKSPACE_ROOT: 0
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY }}
EXPO_PUBLIC_API_URL: ${{ secrets.EXPO_PUBLIC_API_URL }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
Expand Down

0 comments on commit 8954247

Please sign in to comment.