Skip to content

Commit

Permalink
Fix: Check correct variable name (#50)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored Aug 8, 2024
1 parent 699b890 commit e96776f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit e96776f

Please sign in to comment.