From 4ead4b1887a0a14da053d52fa80ad7b030b03a10 Mon Sep 17 00:00:00 2001 From: mjt320 Date: Thu, 8 Feb 2024 15:11:09 +0000 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 694cc36..1f20157 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,12 +31,12 @@ jobs: needs: - check_version runs-on: ubuntu-latest - #if: needs.check_version.versioncheck.outputs.local_version_is_higher + #if: needs.check_version.outputs.local_version_is_higher steps: - name: echo version run: | - echo "IF CHECK: ${{needs.check_version.versioncheck.outputs.local_version_is_higher}}" + echo "IF CHECK: ${{needs.check_version.outputs.local_version_is_higher}}" - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4