fix step extract-versions in building release version
This commit is contained in:
2
.github/workflows/build-release-cron.yaml
vendored
2
.github/workflows/build-release-cron.yaml
vendored
@@ -57,7 +57,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
- name: Extract versions
|
- name: Extract versions
|
||||||
id: versions
|
id: versions
|
||||||
if: steps.compare-hash.outputs.PROCEED == 'true'
|
if: steps.compare-tags.outputs.PROCEED == 'true'
|
||||||
run: |
|
run: |
|
||||||
cd Server
|
cd Server
|
||||||
SERVER_TAG=${{ steps.get-latest-tag.outputs.SERVER_LATEST_TAG }}
|
SERVER_TAG=${{ steps.get-latest-tag.outputs.SERVER_LATEST_TAG }}
|
||||||
|
|||||||
Reference in New Issue
Block a user