debug
Prepare release for chill app / update-deps (push) Successful in 20s Details

This commit is contained in:
Julien Fastré 2023-11-02 00:04:22 +01:00
parent 5222252f53
commit 69b2a27c68
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ jobs:
- name: is composer.lock changed ?
id: composer-lock-changed
run: 'echo is_composer_lock_changed=$(git diff --name-only | grep "composer\.lock" | wc -l) >> $GITHUB_OUTPUT'
- name: add a changie file
- name: add a changie file because ${{ steps.composer-lock-changed.outputs.composer_lock_changed }}
uses: https://github.com/miniscruff/changie-action@v2
if: ${{ steps.composer-lock-changed.outputs.composer-lock-changed == 1 }}
if: ${{ steps.composer-lock-changed.outputs.composer_lock_changed == 1 }}
with:
version: latest
args: 'new -body "update deps" --kind Release --custom "Issue=0"'