Skip to content

Commit

Permalink
ci: fix linting error and add py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Oct 9, 2024
1 parent 908f142 commit 848cc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bumpversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
bump-version:
if: "!startsWith(github.event.head_commit.message, 'bump:')"
if: ${{ !startsWith(github.event.head_commit.message, 'bump:') }}
runs-on: ubuntu-latest
name: "Bump version and create changelog with commitizen"
steps:
Expand Down

0 comments on commit 848cc9c

Please sign in to comment.