From 4784728b961dc6d9bbd4c064b9c694ebd513ce22 Mon Sep 17 00:00:00 2001 From: Greg Marshall Date: Tue, 7 Nov 2023 12:56:29 -0600 Subject: [PATCH] check for true --- .github/workflows/built-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/built-release.yml b/.github/workflows/built-release.yml index 2ce9525..2b31abb 100644 --- a/.github/workflows/built-release.yml +++ b/.github/workflows/built-release.yml @@ -124,7 +124,7 @@ jobs: echo "VERSION_TAG=$VERSION_TAG" - name: Install dependencies - if: ${{ COMPOSER_INSTALL }} + if: ${{ COMPOSER_INSTALL === true }} uses: php-actions/composer@v6 with: php_version: ${{ inputs.php }}