From b19cd1596254a4705ba04c783ea03b7ffcafb514 Mon Sep 17 00:00:00 2001 From: Badisi Date: Wed, 1 May 2024 18:16:29 +0200 Subject: [PATCH] chore(ci): release --- .github/workflows/ci_release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_release-please.yml b/.github/workflows/ci_release-please.yml index 57a1fdb4..05d23581 100644 --- a/.github/workflows/ci_release-please.yml +++ b/.github/workflows/ci_release-please.yml @@ -32,10 +32,10 @@ jobs: if: ${{ fromJson(needs.ci_release-please.outputs.release-outputs).releases_created == 'true' }} strategy: matrix: - path-released: ${{ fromJson(needs.ci_release-please.outputs.release-outputs).paths_released }} + path-released: ${{ needs.ci_release-please.outputs.release-outputs.paths_released }} steps: - name: Publish - if: ${{ fromJson(needs.ci_release-please.outputs.release-outputs)['${{ matrix.path-released }}--release_created'] }} + if: ${{ needs.ci_release-please.outputs.release-outputs['${{ matrix.path-released }}--release_created'] }} uses: ./.github/workflows/ci_job.yml with: working-directory: ${{ matrix.path-released }}