From e96776f8c6c14f969d81cb0c0d0edcab9c17f7f1 Mon Sep 17 00:00:00 2001 From: Modeseven Industrial Solutions Date: Thu, 8 Aug 2024 15:21:14 +0100 Subject: [PATCH] Fix: Check correct variable name (#50) Signed-off-by: Matthew Watkins --- .github/workflows/repository.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repository.yaml b/.github/workflows/repository.yaml index 6495040..9983326 100644 --- a/.github/workflows/repository.yaml +++ b/.github/workflows/repository.yaml @@ -124,7 +124,7 @@ jobs: - name: "Create initial v0.0.1 tag [conditional]" id: set-initial-tag - if: steps.semantic-tag-latest.outputs.tag-missing == 'true' && env.CREATE_MISSING_TAG + if: steps.semantic-tag-latest.outputs.invalid == 'true' && env.CREATE_MISSING_TAG uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -133,7 +133,7 @@ jobs: - name: "Build: Python project" id: python-project-build - if: steps.semantic-tag-latest.outputs.missing == 'false' + if: steps.semantic-tag-latest.outputs.invalid == 'false' # yamllint disable-line rule:line-length uses: os-climate/osc-github-devops/.github/actions/python-project-build@main with: