From cd5f0e1504a5a91a493c2b859dbcd374485d3306 Mon Sep 17 00:00:00 2001 From: henry Date: Thu, 19 Sep 2024 15:59:08 +0800 Subject: [PATCH] fix step extract-versions in building release version --- .github/workflows/build-release-cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}