regenerate js, log on tag miss for debugging

This commit is contained in:
softprops
2019-09-17 17:12:53 +09:00
parent 5f2e9fb50f
commit f3c225f2b8
3 changed files with 52 additions and 5 deletions

View File

@ -122,6 +122,7 @@ export const release = async (
if (tag == release.data.tag_name) {
return release.data;
}
console.log(`release '${release.data.tag_name}' not equal to target tag '${tag}'`);
}
}
let release = await releaser.getReleaseByTag({