feat(action): enable verbose mode for debugging

- Adds an environment variable to enable verbose logging
- Facilitates easier debugging during action execution
This commit is contained in:
2025-05-26 16:42:56 +02:00
parent c76a1d2eaa
commit 15928d0cc4

View File

@@ -52,6 +52,7 @@ 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 }}"