Skip to content

Commit 473f35e

Browse files
committed
Temporary pin firebase-action to 14.10.1
See w9jds/firebase-action#252
1 parent 6b441f9 commit 473f35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: npm run build:${{ inputs.env }}
3535

3636
- name: Deploy to Firebase
37-
uses: w9jds/firebase-action@master
37+
uses: w9jds/firebase-action@14.10.1
3838
with:
3939
args: deploy -P ${{ inputs.env }} --only database,functions,hosting
4040
env:

0 commit comments

Comments
 (0)