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
@@ -80,8 +80,8 @@ jobs:
|
||||
git tag ${{ steps.git_version.outputs.version }}
|
||||
git push origin ${{ steps.git_version.outputs.version }}
|
||||
elif [ "${{ github.head_ref }}" == "dev" ]; then
|
||||
git tag ${{ steps.git_version.outputs.version }}-rc
|
||||
git push origin ${{ steps.git_version.outputs.version }}-rc
|
||||
git tag ${{ steps.git_version.outputs.version }}-rc.${{ github.sha }}
|
||||
git push origin ${{ steps.git_version.outputs.version }}-rc.${{ github.sha }}
|
||||
fi
|
||||
|
||||
- name: Set up Python
|
||||
|
||||
Reference in New Issue
Block a user