Add quotes around ref_name

This commit is contained in:
Jelle Spijker 2022-10-10 15:46:52 +02:00 committed by GitHub
parent fce7df29e0
commit bbda089ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ jobs:
# FIXME: for external PR's # FIXME: for external PR's
actual_version = f"5.3.0-alpha+{buildmetadata}pr_{issue_number}" actual_version = f"5.3.0-alpha+{buildmetadata}pr_{issue_number}"
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
user = "_" user = "_"