fix typo in ci

This commit is contained in:
Milan Kolar 2021-10-21 10:06:32 +02:00
parent 3f36dec3f3
commit 62c411f585

View file

@ -27,7 +27,7 @@ def get_release_type_github(Log, github_token):
return "minor"
if any(label in labels for label in patch_labels):
return "path"
return "patch"
return None