Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGL authored Aug 13, 2024
1 parent 6a3f54d commit dedd746
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ jobs:
uses: php-actions/composer@v6
with:
php_version: ${{ env.php_version }}
command: install
args: --no-dev --optimize-autoloader

- name: Archive project
if: success() || failure()
uses: php-actions/composer@v6
with:
php_version: ${{ env.php_version }}
command: archive
args: --format=${{ env.archive_format }}

- name: Release
uses: softprops/action-gh-release@v1
if: success() || failure()
Expand Down

0 comments on commit dedd746

Please sign in to comment.