Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Apr 11, 2023
1 parent f98324d commit 23d1af6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Get modpack info
id: info
run: |
Expand Down Expand Up @@ -107,7 +109,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 23d1af6

Please sign in to comment.