From 6e96f57c802b07e9da32b55a728a1d4de70b680f Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 6 Feb 2025 10:15:25 +0100 Subject: [PATCH] fix: small mistake in action and bump version Intentional `fix` instead of `ci` to force update of image. --- .github/workflows/semantic-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 5d611d9..7166c35 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -11,6 +11,8 @@ jobs: release: uses: GEWIS/actions/.github/workflows/docker-release.yml@v1 + needs: versioning + if: ${{ needs.versioning.outputs.next-version != '' }} with: projects: "['.']" version: ${{ needs.versioning.outputs.next-version }}