Skip to content

Commit 5d00f6c

Browse files
committed
no interactions when running monorepo-builder in CI
1 parent e35ff3d commit 5d00f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-composer-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
run: |
46-
vendor/bin/monorepo-builder release ${{ github.event.inputs.bump }}
46+
vendor/bin/monorepo-builder release ${{ github.event.inputs.bump }} --no-interaction --push-tags
4747
4848
- name: Ensure GitHub CLI and jq are installed
4949
run: |

0 commit comments

Comments
 (0)