From 042379e69680b35ca14affc5daa4f2d40fd895aa Mon Sep 17 00:00:00 2001 From: Santiago Fraire Willemoes Date: Wed, 9 Oct 2024 15:19:26 +0200 Subject: [PATCH] ci: remove linting error --- .github/workflows/bumpversion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index e4e8d303..94dd9d91 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -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: