Skip to content

Commit f3b3a12

Browse files
authored
Modify MonorepoBuilder release command options
1 parent 31e8883 commit f3b3a12

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
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
run: |
49-
$(composer global config bin-dir --absolute)/monorepo-builder release ${{ github.event.inputs.bump }} --no-interaction --push-tags
49+
$(composer global config bin-dir --absolute)/monorepo-builder release ${{ github.event.inputs.bump }}
5050
5151
- name: Ensure GitHub CLI and jq are installed
5252
run: |

0 commit comments

Comments
 (0)