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 160361b commit 0784772Copy full SHA for 0784772
1 file changed
.github/workflows/publish-phar.yml
@@ -28,7 +28,7 @@ jobs:
28
coverage: none
29
30
- name: Install the dependencies
31
- run: composer install --prefer-dist --no-progress
+ run: composer install --prefer-dist --no-progress --ansi --no-interaction --no-progress --no-suggest --prefer-dist --no-dev
32
33
- name: Create the PHAR file.
34
run: ./ai-commit app:build ai-commit --build-version=${{ steps.tag.outputs.tag }}
0 commit comments