Fix condition of GitHub Action for building the wallet

This commit is contained in:
Mark Sinclair
2022-02-02 16:39:14 +00:00
parent 911a3d0c04
commit 0a59e21d97
@@ -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: |