From 1dbe8302c50b0a24bb4584b848926d6f6416d2ce Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Thu, 27 Apr 2023 16:49:52 +0200 Subject: [PATCH] chore: fixing missing release trigger Signed-off-by: Alex Jones --- .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 16facd77..a9ae379c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,7 +40,7 @@ jobs: permissions: contents: write runs-on: ubuntu-latest - if: ${{ needs.release-please.outputs.release_created }} + if: needs.release-please.outputs.releases_created == 'true' steps: - name: Checkout uses: actions/checkout@v3