This commit is contained in:
2025-05-14 15:04:56 +02:00
parent 55d172b9a5
commit 3bfc7a2672

View File

@@ -41,7 +41,7 @@ jobs:
- name: Bump version
id: bump_version
run: |
uv tool run bump-my-version --bump ${{ github.event.inputs.bump }} --tag --allow-dirty
uv tool run bump-my-version bump ${{ github.event.inputs.bump }} --tag --allow-dirty
- name: Add release notes
id: add_release_notes
run: |