From 1e74375df91316cb784e3407bf562c0b94e7e747 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 19 Mar 2026 01:26:37 +0000 Subject: [PATCH] Fix CI: add branch trigger and use npm for expo-github-action --- .github/workflows/preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f5525a1..44c226e 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -4,6 +4,7 @@ on: push: branches: - claude/article-ideas-react-native-puYVn + - claude/fix-editor-view-vIaRX - main - master @@ -28,6 +29,7 @@ jobs: uses: expo/expo-github-action@v8 with: eas-version: latest + packager: npm token: ${{ secrets.EXPO_TOKEN }} - name: Initialize EAS project (creates if not exists)