Trying to figure out RCA

This commit is contained in:
hitanshu310 2025-06-06 02:06:12 +05:30 committed by Kruti Shah
parent a3ca19d48a
commit 8146145be5

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}"