changie operations
Prepare release for chill app / update-deps (push) Failing after 26s Details

This commit is contained in:
Julien Fastré 2023-11-02 00:50:23 +01:00
parent 956563336a
commit fb8d2c62d7
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 11 additions and 1 deletions

View File

@ -35,12 +35,22 @@ jobs:
- name: debug outputs
env: { CONTENT : "${{ toJson(steps) }}" }
run: "echo $CONTENT"
- name: add a changie file because ${{ steps.composer-lock-changed.outputs.composer_lock_changed }}
- 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 }}
with:
version: latest
args: 'new --body "Update dependencies. Chill-bundles upgraded from ${{ steps.chill-before.outputs.value }} to ${{ steps.chill-after.outputs.value }}" --kind Release --custom "Issue=0"'
- name: changie batch
uses: https://github.com/miniscruff/changie-action@v2
with:
version: latest
args: 'batch auto'
- name: changie merge
uses: https://github.com/miniscruff/changie-action@v2
with:
version: latest
args: 'merge'
- name: commit changed files
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with: