From 4c861afe437f09050c21001ae8a417a52a4ae001 Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 14 Jul 2026 14:39:57 +0100 Subject: [PATCH] Fix action file syntax --- .github/workflows/publish-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-next.yml b/.github/workflows/publish-next.yml index 8ef5f42..204a20f 100644 --- a/.github/workflows/publish-next.yml +++ b/.github/workflows/publish-next.yml @@ -14,7 +14,7 @@ concurrency: jobs: publish-next: # Skip release-please's own release commits — those publish `latest` via release-please.yml - if: ${{ !startsWith(github.event.head_commit.message, 'chore(main): release') }} + if: "${{ !startsWith(github.event.head_commit.message, 'chore(main): release') }}" runs-on: ubuntu-latest permissions: contents: read