Update conan-recipe-version.yml

This commit is contained in:
Joey de l'Arago 2022-09-30 13:47:50 +02:00 committed by GitHub
parent d7db09d96d
commit 3d2f6bbfe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ jobs:
actual_version = f"5.2.0-alpha+{buildmetadata}pr_{issue_number}" actual_version = f"5.2.0-alpha+{buildmetadata}pr_{issue_number}"
if is_tag: if is_tag:
print("THE TAG IS: ", ${{ github.ref_name }}) print("THE TAG IS: ", "${{ github.ref_name }}")
if is_tag and ${{ github.ref_name }} == "5.2.0-beta": if is_tag and ${{ github.ref_name }} == "5.2.0-beta":
actual_version = "5.2.0-beta" actual_version = "5.2.0-beta"
is_release_branch = True is_release_branch = True