From 0a59e21d97c8e52f762f7ea9914bc60993ed1758 Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Wed, 2 Feb 2022 16:39:14 +0000 Subject: [PATCH] Fix condition of GitHub Action for building the wallet --- .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 16241090a5..a4d79cc7fa 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-') uses: actions/github-script@v3 with: script: |