Change GitHub Actions if syntax

This commit is contained in:
Mark Sinclair
2022-02-02 16:44:43 +00:00
committed by GitHub
parent 0a59e21d97
commit a4d1d2c354
@@ -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: |