Skip to content

Commit

Permalink
try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mogmarsh committed Nov 8, 2023
1 parent c80b130 commit 7b6f3d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/built-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 7b6f3d7

Please sign in to comment.