fix: attempt on fixing the versioning issue

This commit is contained in:
2024-10-25 14:38:58 +02:00
parent 0bed0e0da4
commit c24f8933fb

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}${increment}" >> $GITHUB_ENV
echo "V_FORMAT=${major}.${minor}.${patch}-prerelease${increment}" >> $GITHUB_ENV
fi
- name: Git Version