Skip to content

Commit efd6426

Browse files
authored
Modify Firebase CLI installation and deploy command
Update Firebase CLI version and deployment command.
1 parent 471d392 commit efd6426

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,12 @@ jobs:
100100
- uses: google-github-actions/auth@v1
101101
with:
102102
credentials_json: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
103-
103+
104104
- name: Install Firebase CLI
105-
run: npm install -g firebase-tools
106-
105+
run: npm install -g firebase-tools@13.30.0
106+
107107
- name: Deploy to Firebase Hosting
108-
run: firebase deploy --only hosting
109-
env:
110-
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
108+
run: firebase deploy --only hosting:maps-docs-team --project 285779793579
111109

112110
- name: Create temporary branch
113111
run: git checkout -b temp-build-branch

0 commit comments

Comments
 (0)