mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-17 05:40:31 +02:00
fix: debugging pipeline
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
|||||||
echo "V_FORMAT=${major}.${minor}.${patch}" >> $GITHUB_ENV
|
echo "V_FORMAT=${major}.${minor}.${patch}" >> $GITHUB_ENV
|
||||||
elif [[ "${{ github.head_ref }}" == "dev" ]]; then
|
elif [[ "${{ github.head_ref }}" == "dev" ]]; then
|
||||||
echo "V_FORMAT=${major}.${minor}.${patch}-prerelease${increment}" >> $GITHUB_ENV
|
echo "V_FORMAT=${major}.${minor}.${patch}-prerelease${increment}" >> $GITHUB_ENV
|
||||||
fi"
|
fi
|
||||||
|
|
||||||
- name: get version format
|
- name: get version format
|
||||||
run: echo "${{ steps.set_version.outputs.V_FORMAT }}" >> $GITHUB_STEP_SUMMARY
|
run: echo "${{ steps.set_version.outputs.V_FORMAT }}" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|||||||
Reference in New Issue
Block a user