fix changie cmd
Prepare release for chill app / update-deps (push) Successful in 23s Details

This commit is contained in:
Julien Fastré 2023-11-02 00:12:14 +01:00
parent 5d1f4ea720
commit 38b7588425
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
if: ${{ steps.composer-lock-changed.outputs.is_composer_lock_changed == 1 }}
with:
version: latest
args: 'new -body "update deps" --kind Release --custom "Issue=0"'
args: 'new --body "update deps" --kind Release --custom "Issue=0"'
- name: commit changed files
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with: