Update pull-request-comment.yml

This commit is contained in:
Samuel Newman
2026-05-20 18:51:06 +03:00
parent c35fcfa6a3
commit e1b62e2cfc
+5 -5
View File
@@ -140,17 +140,17 @@ jobs:
- name: Type check
run: pnpm typecheck
- name: 🔨 Setup EAS
- name: ⛏️ Setup EAS CLI & local builds
# note: can't do it via expo-github-action because we need to set the allow-build flag
run: pnpm -g --allow-build=dtrace-provider add eas-cli@latest eas-cli-local-build-plugin
- name: 🔨 Setup Expo CLI
uses: expo/expo-github-action@main
with:
expo-version: latest
eas-version: latest
packager: pnpm
token: ${{ secrets.EXPO_TOKEN }}
- name: ⛏️ Setup Expo
run: pnpm add -g eas-cli-local-build-plugin
- name: 🪛 Setup jq
uses: dcarbone/install-jq-action@v2