mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-12 19:30:30 +02:00
fix: fixed naming of pre-release commits
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -81,8 +81,8 @@ jobs:
|
||||
git push origin ${{ steps.git_version.outputs.version }}
|
||||
elif [ "${{ github.head_ref }}" == "dev" ]; then
|
||||
calculatedSha=$(git rev-parse --short ${{ github.sha }})
|
||||
git tag ${{ steps.git_version.outputs.version }}rc${calculatedSha}
|
||||
git push origin ${{ steps.git_version.outputs.version }}rc${calculatedSha}
|
||||
git tag ${{ steps.git_version.outputs.version }}-rc+${calculatedSha}
|
||||
git push origin ${{ steps.git_version.outputs.version }}-rc+${calculatedSha}
|
||||
fi
|
||||
|
||||
- name: Set up Python
|
||||
|
||||
Reference in New Issue
Block a user