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 31e8883 commit f3b3a12Copy full SHA for f3b3a12
.github/workflows/release-composer-packages.yml
@@ -46,7 +46,7 @@ jobs:
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
run: |
49
- $(composer global config bin-dir --absolute)/monorepo-builder release ${{ github.event.inputs.bump }} --no-interaction --push-tags
+ $(composer global config bin-dir --absolute)/monorepo-builder release ${{ github.event.inputs.bump }}
50
51
- name: Ensure GitHub CLI and jq are installed
52
0 commit comments