Trying to figure out RCA
Some checks failed
sample gradle build and test / build (pull_request) Successful in 1m12s
sample gradle build and test / build (push) Failing after 10s

This commit is contained in:
hitanshu310 2025-06-06 02:06:12 +05:30
parent 05214000af
commit 5760f9e714

View File

@ -31,6 +31,7 @@ jobs:
echo "PATCH=${PATCH}"
- name: Increment version
run: |
echo "MAJOR=${MAJOR}"
export "PATCH=$((${PATCH} + 1))" >> $GITEA_ENV
export "NEW_VERSION=$(echo ${MAJOR}.${MINOR}.${PATCH})" >> $GITEA_ENV
echo "NEW_VERSION=${NEW_VERSION}"