diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index db120f1..3a37147 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.outputs.new_release_published == 'true' + if: needs.steps.semantic.outputs.new_release_published == 'true' steps: - uses: actions/checkout@v2 - name: Pull