Skip to content

Commit

Permalink
chore: add logging to figure out why tag name is undefined (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoo1984 authored Jan 27, 2024
1 parent 54eeb86 commit 1b84ba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ''
Expand Down

0 comments on commit 1b84ba4

Please sign in to comment.