mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-15 12:50:32 +02:00
fix: fixed pipeline tagging
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
|||||||
major-identifier: "breaking:"
|
major-identifier: "breaking:"
|
||||||
|
|
||||||
- name: Create Tag
|
- name: Create Tag
|
||||||
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev'
|
if: github.head_ref == 'master' || github.head_ref == 'dev'
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ github.head_ref }}" == "master" ]; then
|
if [ "${{ github.head_ref }}" == "master" ]; then
|
||||||
git tag ${{ steps.git_version.outputs.version }}
|
git tag ${{ steps.git_version.outputs.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user