Skip to content

Commit

Permalink
chore(ci): release
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed May 1, 2024
1 parent 86b6823 commit cf34cca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci_release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,15 @@ jobs:
# matrix:
# path-released: ${{ fromJson(needs.ci_release-please.outputs.release-outputs).paths_released }}
steps:
- run: echo ${{ needs.ci_release-please.outputs.release-outputs.releases_created }}
- run: echo ${{ fromJson(needs.ci_release-please.outputs.release-outputs).releases_created }}

- run: echo ${{ needs.ci_release-please.outputs.release-outputs.releases_created == false }}
- run: echo ${{ fromJson(needs.ci_release-please.outputs.release-outputs).releases_created == false }}

- run: echo ${{ needs.ci_release-please.outputs.release-outputs.releases_created == 'false' }}
- run: echo ${{ fromJson(needs.ci_release-please.outputs.release-outputs).releases_created == 'false' }}

- run: echo ${{ fromJson(needs.ci_release-please.outputs.release-outputs).paths_released }}
- run: echo ${{ fromJson(needs.ci_release-please.outputs.release-outputs)['${{ matrix.path-released }}--release_created'] }}

Expand Down

0 comments on commit cf34cca

Please sign in to comment.