From 3642d35e911cee1a4fbcd91467769918b1b72e03 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Wed, 13 Dec 2023 10:17:41 +0100 Subject: [PATCH] fix --- .github/workflows/publish-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 92fb3890f..3082c75ae 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -60,7 +60,7 @@ jobs: test: ${{ steps.tag_exists.outputs.exists }} # If the tag already exists, exit with an error - - if: steps.tag_exists.outputs.exists == true + - if: steps.tag_exists.outputs.exists == 'true' run: exit 1 # Publish the release to our package manager