Skip to content

Commit

Permalink
Update bump_version_gh_action.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored May 28, 2024
1 parent f548965 commit a283d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump_version_gh_action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ vercomp $REPO_VERSION $VERSION
esac

if [ $SHOULD_BUMP == false ]; then
echo "Repo version > PR version... No need to bump."
echo "Repo version < PR version... No need to bump."
exit -1
fi

Expand Down

0 comments on commit a283d15

Please sign in to comment.