Skip to content

Commit

Permalink
chore: change increase release version
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Sep 22, 2023
1 parent aad67d5 commit cabf16c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/utils/webhook_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ check_release_version(){
if [[ -z "$latest_version" || "$latest_version" == "null" ]]; then
VERSION="v0.1"
else
VERSION_TMP=$(echo "$latest_version" | awk -F '.' '{print $1"."$2}')
VERSION=$(awk 'BEGIN {print '$VERSION_TMP' + 0.1}')
VERSION=$(echo "$latest_version" | awk -F '.' '{print $1"."$2}')
fi
}

Expand Down

0 comments on commit cabf16c

Please sign in to comment.