Skip to content

Commit

Permalink
fix: use working version of action
Browse files Browse the repository at this point in the history
  • Loading branch information
tandpfun committed May 15, 2024
1 parent 9602fff commit 2475a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/firebase-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
cd functions
npm ci
- name: Enter staging environment
uses: w9jds/firebase-action@master
uses: w9jds/firebase-action@v13.4.0
with:
args: use production
env:
FIREBASE_TOKEN: '${{ secrets.FIREBASE_TOKEN }}'
- name: Deploy Firebase Functions and Hosting
uses: w9jds/firebase-action@master
uses: w9jds/firebase-action@v13.4.0
with:
args: deploy --only hosting:sandwich-orders,functions
env:
FIREBASE_TOKEN: '${{ secrets.FIREBASE_TOKEN }}'
FIREBASE_TOKEN: '${{ secrets.FIREBASE_TOKEN }}'

0 comments on commit 2475a6b

Please sign in to comment.