From ab841f81d2616d28619043e492c4f865aa5ff6aa Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Fri, 20 Jan 2023 15:30:49 +0700 Subject: [PATCH] chore: always print release please output --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf7a2f0e..6a6d8613 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,6 @@ jobs: manifest-file: .github/release-please/manifest.json - name: Show output from release-please - if: steps.release.outputs.releases_created env: RELEASE_PLEASE_OUTPUT: ${{ toJSON(steps.release.outputs) }} run: echo "${RELEASE_PLEASE_OUTPUT}" | jq