mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-17 05:40:31 +02:00
Compare commits
1 Commits
2.0.0-rc.6
...
2.0.0-rc73
| Author | SHA1 | Date | |
|---|---|---|---|
| 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${calculatedSha}
|
||||
git push origin ${{ steps.git_version.outputs.version }}-rc${calculatedSha}
|
||||
fi
|
||||
|
||||
- name: Set up Python
|
||||
|
||||
Reference in New Issue
Block a user