From 7ec29070ce75ed84ee7d453cff38809ae3d091f2 Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Fri, 2 Dec 2022 12:00:21 +0100 Subject: [PATCH] Update if statement Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com> --- .github/workflows/build-tool-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tool-packages.yml b/.github/workflows/build-tool-packages.yml index f309be0..46aeefa 100644 --- a/.github/workflows/build-tool-packages.yml +++ b/.github/workflows/build-tool-packages.yml @@ -136,7 +136,7 @@ jobs: publish_release: name: Publish release - if: inputs.publish-release == 'true' + if: inputs.publish-release needs: test runs-on: ubuntu-latest steps: