Skip to content

Commit

Permalink
Add docker as dep step to publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJMiller committed Jan 22, 2024
1 parent 2e6926e commit 76b8097
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
publish-modrinth:
needs: build
needs:
- build
- docker-serve
if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 76b8097

Please sign in to comment.