Add semantic versioning, when pushing to test PATH is incremented by 1

This commit is contained in:
hitanshu310 2025-06-10 23:55:45 +05:30
parent 33682a4425
commit 5fe2d96f42

View File

@ -24,8 +24,7 @@ jobs:
NEW_PATCH=$(( ${PATCH} + 1))
echo ${NEW_PATCH}
echo "new_version=$(echo "${MAJOR}.${MINOR}.${NEW_PATCH}")" >> $GITHUB_OUTPUT
echo ${new_version}
build:
build_tag_push:
runs-on: ubuntu-latest
needs: tag
container: