diff --git a/index.js b/index.js index 357e7b8..bc7ece0 100644 --- a/index.js +++ b/index.js @@ -56,6 +56,9 @@ function getChangelogAndLatest(releases, {getInput}) { latest.tag = tag_name; } + console.log(`name '${name}'`); + console.log(`tag_name '${tag_name}'`); + console.log(`either '${name || tag_name}'`); const title = formatTitle(name || tag_name, getInput); const description = formatDescription(body, getInput);