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

This commit is contained in:
Julien Fastré 2023-11-02 01:10:14 +01:00
parent 36011d65dc
commit d2b930cf68
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ jobs:
uses: https://github.com/sergeysova/jq-action@v2
with:
cmd: 'cat composer.lock | jq --raw-output ''.packages[] | select ( .name | contains ("chill-project/chill-bundles")) | .version'''
- name: debug outputs
env: { CONTENT : "${{ toJson(steps) }}" }
run: "echo $CONTENT"
- name: add a changie file for the upgrade
uses: https://github.com/miniscruff/changie-action@v2
if: ${{ steps.composer-lock-changed.outputs.is_composer_lock_changed == 1 }}