Fixed issue in pipeline

This commit is contained in:
2024-04-01 19:29:58 +02:00
parent 65c8203348
commit 172f47221c
2 changed files with 6 additions and 2 deletions

View File

@@ -49,5 +49,8 @@ jobs:
- name: Create Tag
run: git tag -a v${{ steps.git_version.outputs.version }} -m "v${{ steps.git_version.outputs.version }}"
- name: Push Tag
run: git push origin v${{ steps.git_version.outputs.version }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Adjusted files for isort & autopep
commit_options: --tags