Skip to content

Commit

Permalink
chore: run checkout for preview deployment
Browse files Browse the repository at this point in the history
firebase-tools needs firebase.json
  • Loading branch information
lacolaco committed Aug 23, 2024
1 parent 6ffd460 commit a71cc95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/adev-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- name: Download adev preview artifact from previous workflow run
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit a71cc95

Please sign in to comment.