Skip to content

Commit

Permalink
Fix firebase action version
Browse files Browse the repository at this point in the history
  • Loading branch information
lihini authored Mar 14, 2024
1 parent 88b0e57 commit 43d5bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set correct firebase project based on git branch.
run: echo "FIREBASE_PROJECT=$(if [ ${{ github.ref }} == 'refs/heads/main' ]; then echo 'prod'; else echo 'dev'; fi)" >> $GITHUB_ENV
- name: Deploy to firebase cloud functions.
uses: w9jds/firebase-action@13.4.0
uses: w9jds/firebase-action@v13.4.0
with:
args: deploy --only functions --project ${{ env.FIREBASE_PROJECT }}
env:
Expand Down

0 comments on commit 43d5bfd

Please sign in to comment.