From de4fc6d672076c4e467603a1764a656e9a7ecce4 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Mon, 26 May 2025 16:44:07 +0200 Subject: [PATCH] Revert "feat(action): enable verbose mode for debugging" This reverts commit 15928d0cc4a0c7d4f547614aec593dc9bb220188. --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 4c4fc72..17e7b88 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,6 @@ runs: shell: bash run: | TAG_NAME=${{ inputs.tag_name }} - export VERBOSE="true" export TAG="$TAG_NAME" export WORKDIR="$GT_RSA_RELEASE_DIR" export GITHUB_OWNER="${{ inputs.github_owner }}"