From 5c73d6bf2918165ccc2b977cedd3420b5037018c Mon Sep 17 00:00:00 2001 From: millianlmx Date: Sat, 27 Jun 2026 02:33:33 +0000 Subject: [PATCH] fix(ci): use npx firebase to avoid PATH issues with npm global install --- .gitea/workflows/pr-iphone-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-iphone-deploy.yml b/.gitea/workflows/pr-iphone-deploy.yml index 0eb997f..679ecfd 100644 --- a/.gitea/workflows/pr-iphone-deploy.yml +++ b/.gitea/workflows/pr-iphone-deploy.yml @@ -89,7 +89,7 @@ jobs: run: | echo "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}" | base64 -d > /tmp/firebase-key.json export GOOGLE_APPLICATION_CREDENTIALS=/tmp/f...on - firebase appdistribution:distribute tabatago-swift/build/TabataGo.ipa \ + npx firebase appdistribution:distribute tabatago-swift/build/TabataGo.ipa \ --app "${FIREBASE_APP_ID}" \ --groups "millian-test" \ --release-notes "PR: ${{ github.event.pull_request.title }}"