Skip to content

Commit

Permalink
CI: fix Release workflow - we should install dependencies before to c…
Browse files Browse the repository at this point in the history
…ompile the PHAR version
  • Loading branch information
llaville committed Dec 1, 2023
1 parent 3b20f67 commit dd98867
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ jobs:
php-version: ${{ matrix.php }}
tools: ${{ matrix.tools }}

- # https://github.com/box-project/box
name: Build Release Artifacts
run: |
box compile
- # https://github.com/ramsey/composer-install
name: Install Composer dependencies
uses: ramsey/composer-install@v2
with:
composer-options: "--prefer-dist"

- # https://github.com/box-project/box
name: Build Release Artifacts
run: |
box compile
- # https://github.com/softprops/action-gh-release
name: Create Release from current tag
if: github.ref_type == 'tag'
Expand Down

0 comments on commit dd98867

Please sign in to comment.