From 6a39c6cb4ca7fbe1f602df8fde43e749ffc04179 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Mon, 16 Dec 2024 11:08:34 -0700 Subject: [PATCH] chore: add debug output to callable-publish (#369) --- .github/workflows/callable-publish.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/callable-publish.yaml b/.github/workflows/callable-publish.yaml index 2e9f75e7..b91acd88 100644 --- a/.github/workflows/callable-publish.yaml +++ b/.github/workflows/callable-publish.yaml @@ -96,6 +96,11 @@ jobs: fi fi + - name: Debug Output + if: ${{ always() }} + run: uds run actions:debug-output + shell: bash + - name: Save logs if: ${{ always() }} run: uds run actions:save-logs