Minor bugfix
Some checks failed
sample gradle build and test / build (pull_request) Successful in 1m14s
sample gradle build and test / tag (push) Successful in 7s
sample gradle build and test / build (push) Failing after 16s

This commit is contained in:
hitanshu310 2025-06-10 23:32:54 +05:30
parent b7c6149fb7
commit fe591b8af0

View File

@ -23,7 +23,7 @@ jobs:
PATCH=$(echo ${VERSION} | cut -d "." -f 3)
NEW_PATCH=$(( ${PATCH} + 1))
echo ${NEW_PATCH}
echo "new_version=$($MAJOR.$MINOR.$NEW_PATCH)" >> $GITHUB_OUTPUT
echo "new_version=$MAJOR.$MINOR.$NEW_PATCH" >> $GITHUB_OUTPUT
echo ${new_version}
build:
runs-on: ubuntu-latest