debug what comes back from our iterator

This commit is contained in:
softprops
2019-09-17 17:53:48 +09:00
parent f3c225f2b8
commit a31211f9ff
2 changed files with 6 additions and 0 deletions

View File

@ -119,6 +119,9 @@ export const release = async (
owner,
repo
})) {
console.log(`release`);
console.log(release);
console.log(release.data);
if (tag == release.data.tag_name) {
return release.data;
}