From 98ae3c41683b857e816f163a282d139c49b1fabe Mon Sep 17 00:00:00 2001 From: Matteo <66480413+mat-work@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:45:01 +0200 Subject: [PATCH] chore: ci fail if release present --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 7790ed8..395dc78 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -50,7 +50,7 @@ jobs: - name: fail unless release not found # TODO check if greater than latest tag / release (?) - if: ${{ steps.release_info.outputs.release_info == '' }} + if: steps.release_info.outputs.release_info run: exit 1 static-black: