diff --git a/action.yml b/action.yml index 17e7b88..4c4fc72 100644 --- a/action.yml +++ b/action.yml @@ -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 }}"