Skip to content

Commit

Permalink
Merge branch 'main' into prashan/dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored Jun 4, 2024
2 parents c534dc4 + f674eb6 commit 385bb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
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 385bb89

Please sign in to comment.