From 3d58ffd20c75455d77b02f7aac3f0b316d19f6b0 Mon Sep 17 00:00:00 2001 From: luke-h1 Date: Sat, 16 Dec 2023 20:22:45 +0000 Subject: [PATCH] feat: create preview action --- .github/workflows/create-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-preview.yml b/.github/workflows/create-preview.yml index 0269c6e6..8f6464d8 100644 --- a/.github/workflows/create-preview.yml +++ b/.github/workflows/create-preview.yml @@ -38,7 +38,7 @@ jobs: # Use your own, or keep the automatically infered branch name from `--auto`, when using different triggers. command: | - npx eas-cli build --platform all --non-interactive + eas build --platform all --non-interactive eas update --auto --branch ${{ github.event.pull_request.head.ref }} github-token: ${{ secrets.FOAM_GITHUB_TOKEN }}