From 0a53f5f970fa94ae2125bc694b007f2fc1044037 Mon Sep 17 00:00:00 2001 From: Vyacheslav Matyukhin Date: Thu, 28 Sep 2023 18:44:02 -0600 Subject: [PATCH] syntax error --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4120c8f613..b6e8b5bc69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: # Otherwise, `publish` command will be invoked. - name: Create Release Pull Request or Publish to npm id: changesets - if: !inputs.post-publish-only + if: inputs.post-publish-only != 'true' uses: changesets/action@v1 with: title: New release