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 9s

This commit is contained in:
hitanshu310 2025-06-06 02:14:30 +05:30
parent d7cda65f21
commit 2b0e0eb9c4

View File

@ -31,7 +31,7 @@ jobs:
echo "PATCH=${PATCH}"
- name: Increment version
run: |
echo $GITEA_ENV
cat /var/run/act/workflow/envs.txt
export "PATCH=$((${PATCH} + 1))" >> $GITEA_ENV
export "NEW_VERSION=$(echo ${MAJOR}.${MINOR}.${PATCH})" >> $GITEA_ENV
echo "NEW_VERSION=${NEW_VERSION}"