From 1b84ba45a56f00c5fffde9ed55ebae930bc7e0f1 Mon Sep 17 00:00:00 2001 From: Jerry Fu <2072627+jfoo1984@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:33:35 -0800 Subject: [PATCH] chore: add logging to figure out why tag name is undefined (#75) --- .github/workflows/deploy-prod.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 798c5e4a..b8a5d7aa 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -35,6 +35,8 @@ jobs: repo: context.repo.repo }) } + console.log("releaseObj", releaseObj); + console.log("releaseObj.tag_name", releaseObj.tag_name); return releaseObj.tag_name - name: Output Github Release if: steps.get-release.outputs.result != ''