From f2865aeb26a85ce0a22c997042994c8e6cc32f39 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Fri, 22 Dec 2023 17:51:34 -0600 Subject: [PATCH] chore: try https://github.com/orgs/community/discussions/27096 --- .github/workflows/release-please.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index b2b90b369..b264dfb4c 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -27,14 +27,13 @@ jobs: needs: release name: Publish Gems runs-on: ubuntu-latest - if: ${{ needs.release.outputs.releases_created }} + if: ${{ needs.release.outputs.paths_released != '[]'}} strategy: fail-fast: false max-parallel: 1 matrix: path: ${{ fromJson(needs.release.outputs.paths_released) }} - if: ${{ needs.release.outputs.releases_created }} steps: - name: Checkout repository