Skip to content

Commit

Permalink
chore(ci): release
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jun 7, 2024
1 parent 37e9365 commit b19cd15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b19cd15

Please sign in to comment.