Skip to content

Commit

Permalink
Merge branch 'main' into features/test2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored May 28, 2024
2 parents 1103d6f + 855c9c3 commit 757d9fd
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 @@ -57,7 +57,7 @@ if [ $SHOULD_BUMP = false ]; then
fi

# increment the version number
NEW_VERSION=$(echo $VERSION | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')
NEW_VERSION=$(echo $REPO_VERSION | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')

#if NEW_VERSION is not empty, replace the version in build.gradle.kts
if [ -n "$NEW_VERSION" ]; then
Expand Down

0 comments on commit 757d9fd

Please sign in to comment.