From b520794e482356d8a3a9805446f5496248a70319 Mon Sep 17 00:00:00 2001 From: makspll Date: Fri, 7 Mar 2025 17:56:45 +0000 Subject: [PATCH] chore: add debug logs to release-plz --- .github/workflows/release-plz.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 0c16e7328c..cdd0867bfd 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -66,4 +66,5 @@ jobs: command: release-pr env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} + RELEASE_PLZ_LOG: DEBUG \ No newline at end of file