fix step extract-versions in building release version

This commit is contained in:
henry
2024-09-19 15:59:08 +08:00
parent 40ac92c6f3
commit cd5f0e1504

View File

@@ -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 }}