From efd642642611597e4feaf18c7d01221e49c2a512 Mon Sep 17 00:00:00 2001 From: William French Date: Thu, 25 Jun 2026 17:52:51 -0700 Subject: [PATCH] Modify Firebase CLI installation and deploy command Update Firebase CLI version and deployment command. --- .github/workflows/release.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4c32796e..070863411 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,14 +100,12 @@ jobs: - uses: google-github-actions/auth@v1 with: credentials_json: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }} - + - name: Install Firebase CLI - run: npm install -g firebase-tools - + run: npm install -g firebase-tools@13.30.0 + - name: Deploy to Firebase Hosting - run: firebase deploy --only hosting - env: - FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} + run: firebase deploy --only hosting:maps-docs-team --project 285779793579 - name: Create temporary branch run: git checkout -b temp-build-branch