Skip to content

Commit

Permalink
actually fix mock db uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
au5ton committed Feb 25, 2023
1 parent 30c1ce3 commit 9930cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
make_mock_database:
name: Build local copy of database
runs-on: ubuntu-latest
needs: [ build_full ]
needs: [ prep, build_full ]
defaults:
run:
working-directory: mock-database
Expand Down

0 comments on commit 9930cfd

Please sign in to comment.