mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-14 04:10:30 +02:00
Update ci.yml
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -66,8 +66,10 @@ jobs:
|
|||||||
- name: Create Tag
|
- name: Create Tag
|
||||||
run: git tag ${{ steps.git_version.outputs.version }}
|
run: git tag ${{ steps.git_version.outputs.version }}
|
||||||
|
|
||||||
- name: Push Tag
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
run: git push origin ${{ steps.git_version.outputs.version }}
|
with:
|
||||||
|
commit_message: Add new tag
|
||||||
|
push_options: --tags
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user