diff --git a/.github/workflows/build-release-cron.yaml b/.github/workflows/build-release-cron.yaml index 8b7f379..7059e57 100644 --- a/.github/workflows/build-release-cron.yaml +++ b/.github/workflows/build-release-cron.yaml @@ -57,7 +57,7 @@ jobs: shell: bash - name: Extract versions id: versions - if: steps.compare-hash.outputs.PROCEED == 'true' + if: steps.compare-tags.outputs.PROCEED == 'true' run: | cd Server SERVER_TAG=${{ steps.get-latest-tag.outputs.SERVER_LATEST_TAG }}