From 5bb8f7302c70e98a60fd9b8a38f63577f90d7414 Mon Sep 17 00:00:00 2001 From: Alexandre Capt Date: Thu, 30 Nov 2023 14:15:21 +0100 Subject: [PATCH] fix: attempt to fix release --- .github/workflows/semantic-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index ceceb14b14..325234ae34 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -6,7 +6,7 @@ on: - main jobs: semantic-release: - if: "!contains(github.event.head_commit.message, 'Initial commit')" + if: ${{ ! contains(github.event.head_commit.message, 'Initial commit') }} runs-on: ubuntu-latest steps: - name: Checkout