Skip to content

Commit

Permalink
downgrade firebase-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon authored Oct 23, 2024
1 parent 5f1df85 commit 43fb19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: npm run build:staging
- name: Deploy
uses: w9jds/firebase-action@master
uses: w9jds/firebase-action@v13.22.1
with:
args: deploy --only hosting:dev
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: npm run build
- name: Deploy
uses: w9jds/firebase-action@master
uses: w9jds/firebase-action@v13.22.1
with:
args: deploy --only hosting:master
env:
Expand Down

0 comments on commit 43fb19f

Please sign in to comment.