From 8001b318e22da463d602d1dbd69aa53f3ae5938d Mon Sep 17 00:00:00 2001 From: Robert Franzke Date: Mon, 28 Nov 2022 22:59:29 +0100 Subject: [PATCH] fix: now it has to work... --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3035dbb..db120f1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest needs: generate-tag name: Production build of the Docker Image - if: needs.semantic.new_release_published == 'true' + if: needs.semantic.outputs.new_release_published == 'true' steps: - uses: actions/checkout@v2 - name: Pull