Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Apr 11, 2023
1 parent ef7319c commit f98324d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
release:
name: Release
needs: [modpack-info, build-modpack, build-serverpack]
if: ${{ needs.modpack-info.outputs.tag != 'tag_not_found' }}
if: needs.modpack-info.outputs.tag != 'tag_not_found'
uses: juraj-hrivnak/Underdog/.github/workflows/Release.yml@main
with:
projectname: ${{ needs.modpack-info.outputs.projectname }}
Expand Down

0 comments on commit f98324d

Please sign in to comment.