Skip to content

Commit 0784772

Browse files
committed
Refactor(build): Pass build version to app:build
- Pass `${{ steps.tag.outputs.tag }}` as `--build-version` to `app:build` command - Remove `--build-version` from `app:build` command
1 parent 160361b commit 0784772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
coverage: none
2929

3030
- name: Install the dependencies
31-
run: composer install --prefer-dist --no-progress
31+
run: composer install --prefer-dist --no-progress --ansi --no-interaction --no-progress --no-suggest --prefer-dist --no-dev
3232

3333
- name: Create the PHAR file.
3434
run: ./ai-commit app:build ai-commit --build-version=${{ steps.tag.outputs.tag }}

0 commit comments

Comments
 (0)