Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Oct 17, 2024
1 parent 2ed1b39 commit c30a5e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-branch-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ jobs:
echo " Target branch major version mismatch"
exit 1
fi;
if [ "${branch_minor} != "${minor_version}"; then
if [ "${branch_minor}" != "${minor_version}"; then
echo " Target branch minor version mismatch"
exit 1
fi
fi
# PR branch must *not* exist
if [ "${enable_force_push}" == "false" ]; then
Expand Down

0 comments on commit c30a5e5

Please sign in to comment.