mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix typo
This commit is contained in:
parent
4f643a2928
commit
f804b5f7e1
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ def get_release_type_github(Log, github_token):
|
|||
|
||||
if any(label in labels for label in minor_labels):
|
||||
return "minor"
|
||||
else
|
||||
else:
|
||||
return "patch"
|
||||
|
||||
#TODO: if all is working fine, this part can be cleaned up eventually
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue