Skip to content

Commit

Permalink
Fix Firebase workflow
Browse files Browse the repository at this point in the history
Version set to v1.4.0 as per w9jds/firebase-action#46
  • Loading branch information
aravindvnair99 authored Jun 21, 2020
1 parent 6f56b3a commit 0ac0d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Dependencies
run: cd functions/ && npm install
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
uses: w9jds/firebase-action@v1.4.0
with:
args: deploy
env:
Expand Down

0 comments on commit 0ac0d05

Please sign in to comment.