From ce9cf0e27f33fcc66b7c4fe7661e1b8d89bdd93f Mon Sep 17 00:00:00 2001 From: "Shinebayar G." <3091558+shinebayar-g@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:08:28 -0800 Subject: [PATCH] ci: check for explicit true condition (#35) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 92af7f8..8b3474a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: publish: runs-on: ubuntu-24.04 needs: release - if: needs.release.outputs.releases_created + if: needs.release.outputs.releases_created == 'true' strategy: matrix: package: ${{ needs.release.outputs.paths_released }}