Skip to content

Commit

Permalink
Install Firebase Tools using npm
Browse files Browse the repository at this point in the history
  • Loading branch information
anantakrishna committed Dec 7, 2023
1 parent 319ef73 commit 72541af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}

# Firebase Tools installer needs a fresh Node version, therefore it should go after `setup-node`
- run: curl -sL firebase.tools | analytics=false bash
- run: npm i -g firebase

- name: Download audio records from the Firebase RTDB
run: firebase database:get /audio/published/records --output $RUNNER_TEMP/audios.json --project ${{ vars.GCP_PROJECT_ID }}
Expand Down

0 comments on commit 72541af

Please sign in to comment.