fix: attempt on fixing the versioning issue

This commit is contained in:
2024-10-25 14:34:56 +02:00
parent 8463eef907
commit 0bed0e0da4

View File

@@ -70,7 +70,7 @@ jobs:
if [[ "${{ github.head_ref }}" == "master" ]]; then
echo "V_FORMAT=${major}.${minor}.${patch}" >> $GITHUB_ENV
elif [[ "${{ github.head_ref }}" == "dev" ]]; then
echo "V_FORMAT=${major}.${minor}.${patch}-rc${increment}" >> $GITHUB_ENV
echo "V_FORMAT=${major}.${minor}.${patch}${increment}" >> $GITHUB_ENV
fi
- name: Git Version