forked from mirrors/action-gh-release
debug what comes back from our iterator
This commit is contained in:
parent
f3c225f2b8
commit
a31211f9ff
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue