From 7b6f3d7f0266eb1598bd2710ec8b7703a6e1e655 Mon Sep 17 00:00:00 2001 From: Greg Marshall Date: Tue, 7 Nov 2023 19:08:51 -0600 Subject: [PATCH] try to fix workflow --- .github/workflows/built-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/built-release.yml b/.github/workflows/built-release.yml index ca0625b..9e27130 100644 --- a/.github/workflows/built-release.yml +++ b/.github/workflows/built-release.yml @@ -111,7 +111,6 @@ jobs: RELEASE_BRANCH: "release/${{ needs.extract-version.outputs.tag_name }}-${{ github.run_number }}" VERSION_NAME: ${{ needs.extract-version.outputs.package_version }} VERSION_TAG: ${{ needs.extract-version.outputs.tag_name }} - COMPOSER_INSTALL: ${{ inputs.composer_install }} steps: - uses: actions/checkout@v4 with: @@ -124,7 +123,7 @@ jobs: echo "VERSION_TAG=$VERSION_TAG" - name: Install dependencies - if: ${{ COMPOSER_INSTALL == true }} + if: ${{ inputs.composer_install }} uses: php-actions/composer@v6 with: php_version: ${{ inputs.php }}