Skip to content

Commit 54043e8

Browse files
committed
♻️ add automated release creation
1 parent d2e4ea2 commit 54043e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/push-main-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ jobs:
1515
tag:
1616
uses: mindee/client-lib-actions/.github/workflows/tag-version.yml@main
1717
needs: test_units
18+
release:
19+
uses: mindee/client-lib-actions/.github/workflows/create-release.yml@main
20+
needs: tag
21+
secrets: inherit

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
]
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.13.0
42+
rev: v1.15.0
4343
hooks:
4444
- id: mypy
4545
args: []

0 commit comments

Comments
 (0)