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: |