From dedd746e8eb5d7628153233ef6c643e20a08a183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Wi=C4=99cek?= Date: Wed, 14 Aug 2024 00:31:42 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 721d87a..b81b564 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,9 @@ 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 @@ -26,6 +29,7 @@ jobs: php_version: ${{ env.php_version }} command: archive args: --format=${{ env.archive_format }} + - name: Release uses: softprops/action-gh-release@v1 if: success() || failure()