Skip to content

Commit

Permalink
ci: patch firebase-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Apr 16, 2024
1 parent 11a7a4b commit 3e60787
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
run: pnpm build

- name: Deploy dapp static site to firebase
uses: w9jds/firebase-action@v13
# N.B. the firebase-action helper doesn't support semver, e.g. `@v13`,
# so we hardcode a version.
uses: w9jds/[email protected]
with:
args: deploy
env:
Expand Down

0 comments on commit 3e60787

Please sign in to comment.