From b2d119fcea65945b574102ddaffd6537dbbec5de Mon Sep 17 00:00:00 2001 From: Richard87 Date: Mon, 14 Oct 2024 12:12:22 +0200 Subject: [PATCH] fix: release-please.yaml create PR --- .github/workflows/release-please.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 029d223..058a61d 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -20,12 +20,10 @@ jobs: - uses: googleapis/release-please-action@v4 id: release - with: - skip-github-pull-request: true + - run: echo "${{steps.release.outputs.release-created}}" - run: echo "${{steps.release.outputs.release-created == 'true'}}" - - run: echo "${{toJSON(steps.release.outputs)}}" # Docker build - name: Set up Docker Buildx