From 98a6f92e8ec217a55132b1e25d789a4541251912 Mon Sep 17 00:00:00 2001 From: Ingo Fruend Date: Mon, 21 Aug 2023 09:30:36 +0200 Subject: [PATCH] ci(release): Print 'should_publish' variable for debugging --- .github/workflows/attempt-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/attempt-release.yml b/.github/workflows/attempt-release.yml index 9c95a8e..dabb5b1 100644 --- a/.github/workflows/attempt-release.yml +++ b/.github/workflows/attempt-release.yml @@ -85,6 +85,7 @@ jobs: git config user.name "ci" git config user.email "ci" git tag + echo $${{ steps.set_output.outputs.should_publish }} # The following steps should be more or less standard python package publishing # Feel free to omit the github release.