Skip to content

Commit

Permalink
Fixes a tiny bug where non-bot commits would return the old format of…
Browse files Browse the repository at this point in the history
… version for the CHANGELOG bump (#52)

fix
  • Loading branch information
martellato authored Aug 21, 2023
1 parent 29ff05e commit 0504013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion og/bump/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ runs:
logger.warn(
"Detected non bot commits to the version file, skipping version bump."
)
return f"{leading_v}{file_ver}"
return str(file_ver)
logger.info(f"{file_ver=} {base_branch_ver=}")
Expand Down

0 comments on commit 0504013

Please sign in to comment.