mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-15 04:40:36 +02:00
Compare commits
4 Commits
2.0.0-rc.6
...
2.0.0rc.de
| Author | SHA1 | Date | |
|---|---|---|---|
| d54146e05b | |||
| d6f79c3ed8 | |||
| 3f4a0ee00d | |||
| 714178d68f |
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -80,8 +80,9 @@ 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.${{ github.sha }}
|
||||
git push origin ${{ steps.git_version.outputs.version }}-rc.${{ github.sha }}
|
||||
calculatedSha=$(git rev-parse --short ${{ github.sha }})
|
||||
git tag ${{ steps.git_version.outputs.version }}rc.dev${calculatedSha}
|
||||
git push origin ${{ steps.git_version.outputs.version }}rc.dev${calculatedSha}
|
||||
fi
|
||||
|
||||
- name: Set up Python
|
||||
|
||||
Reference in New Issue
Block a user