Skip to content

Commit 9c5bb97

Browse files
committed
chore(deploy): Set firebase-action version for dev deploys to match the v13.18.0 from prod deploys - we need this to avoid an unnecessary billing api check in the deploy process
1 parent 06111f9 commit 9c5bb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-backend-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Build Environment
2323
uses: ./.github/actions/setup-repo
2424
- name: Build and Deploy to Firebase
25-
uses: w9jds/firebase-action@v13.23.0
25+
uses: w9jds/firebase-action@v13.18.0
2626
with:
2727
args: deploy --force --only firestore,functions:maple,storage
2828
env:

0 commit comments

Comments
 (0)