From 23d1af648103b10909d0bd3fce102dfb82e95131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Hrivn=C3=A1k?= Date: Tue, 11 Apr 2023 21:15:11 +0200 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 782defe7..90697583 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -21,6 +21,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 1 - name: Get modpack info id: info run: | @@ -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 }}