From 3041ffe855c045d0a267a4827e79893419dd1f0d Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Fri, 6 Feb 2026 20:21:17 -0300 Subject: [PATCH] chore: fix publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9ee80635e..7ddf85e76 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -146,7 +146,7 @@ jobs: publish: name: Publish to NPM - if: "${{ contains(github.event.head_commit.message, 'chore(release): publish') == true }}" + if: "${{ contains(github.event.head_commit.message, 'chore(release): publish') == false }}" runs-on: ubuntu-latest steps: - name: Checkout code