We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471d392 commit efd6426Copy full SHA for efd6426
1 file changed
.github/workflows/release.yml
@@ -100,14 +100,12 @@ jobs:
100
- uses: google-github-actions/auth@v1
101
with:
102
credentials_json: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
103
-
+
104
- name: Install Firebase CLI
105
- run: npm install -g firebase-tools
106
+ run: npm install -g firebase-tools@13.30.0
107
- name: Deploy to Firebase Hosting
108
- run: firebase deploy --only hosting
109
- env:
110
- FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
+ run: firebase deploy --only hosting:maps-docs-team --project 285779793579
111
112
- name: Create temporary branch
113
run: git checkout -b temp-build-branch
0 commit comments