Skip to content

Commit

Permalink
pull origin main
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-j0y committed Sep 24, 2024
1 parent cadf823 commit 4825a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control_multi_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def update_version(arg, label_list):
isBumpLabelNotExist = True
for version_type in list(VersionCategory):
if f'bump-{version_type.name.lower()}' in label_list:
isBumpLabelExist = false
isBumpLabelExist = False
bump_version(version_type, arg['version_code_variable_name'], arg['version_name_variable_name'], version_code, major_version, minor_version, patch_version, revision_version)

if isBumpLabelNotExist:
Expand Down

0 comments on commit 4825a64

Please sign in to comment.