mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-12 19:30:30 +02:00
fix: attempt on fixing the versioning issue
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user