From a4d1d2c354f2e3dd2c49dc375a8d7f8b063e281a Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Wed, 2 Feb 2022 16:44:43 +0000 Subject: [PATCH] Change GitHub Actions if syntax --- .github/workflows/nym-wallet-publish-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nym-wallet-publish-macos.yml b/.github/workflows/nym-wallet-publish-macos.yml index a4d79cc7fa..7cd484a7ee 100644 --- a/.github/workflows/nym-wallet-publish-macos.yml +++ b/.github/workflows/nym-wallet-publish-macos.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - name: Check the release tag starts with `nym-wallet-` - if: !startsWith(github.ref, 'refs/tags/nym-wallet-') + if: startsWith(github.ref, 'refs/tags/nym-wallet-') == false uses: actions/github-script@v3 with: script: |