Skip to content

Commit 3217430

Browse files
committed
Adapt Phar build
1 parent d67da69 commit 3217430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
${{ runner.os }}-composer-
3939
4040
- name: Install dependencies
41-
run: composer install --no-dev --no-progress --no-interaction --optimize-autoloader
41+
run: composer install --no-dev --no-progress --no-interaction
4242

4343
- name: Store WP-CLI version
4444
run: |
@@ -59,7 +59,7 @@ jobs:
5959
path: cli_version.txt
6060

6161
- name: Build the Phar file
62-
run: php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --quiet --version=$CLI_VERSION
62+
run: php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --version=$CLI_VERSION
6363

6464
- name: Upload built Phar file
6565
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)