diff --git a/action.yml b/action.yml index 4c4fc72..7b602a8 100644 --- a/action.yml +++ b/action.yml @@ -40,6 +40,7 @@ runs: - name: Fetch release from Gitea shell: bash run: | + export VERBOSE="true" "${{ github.action_path }}/scripts/fetch-gitea-release.sh" env: GITEA_TOKEN: ${{ inputs.gitea_token }}