Update ci.yml

This commit is contained in:
2024-04-01 20:38:16 +02:00
parent 5b3389e939
commit f4c9b7b6b6

View File

@@ -66,8 +66,10 @@ jobs:
- name: Create Tag
run: git tag ${{ steps.git_version.outputs.version }}
- name: Push Tag
run: git push origin ${{ steps.git_version.outputs.version }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Add new tag
push_options: --tags
- name: Set up Python
uses: actions/setup-python@v5