mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-12 19:30:30 +02:00
Fixed issue in pipeline
This commit is contained in:
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user