We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67da69 commit 3217430Copy full SHA for 3217430
.github/workflows/deployment.yml
@@ -38,7 +38,7 @@ jobs:
38
${{ runner.os }}-composer-
39
40
- name: Install dependencies
41
- run: composer install --no-dev --no-progress --no-interaction --optimize-autoloader
+ run: composer install --no-dev --no-progress --no-interaction
42
43
- name: Store WP-CLI version
44
run: |
@@ -59,7 +59,7 @@ jobs:
59
path: cli_version.txt
60
61
- name: Build the Phar file
62
- run: php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --quiet --version=$CLI_VERSION
+ run: php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --version=$CLI_VERSION
63
64
- name: Upload built Phar file
65
uses: actions/upload-artifact@v2
0 commit comments