forked from mirrors/action-gh-release
regenerate js, log on tag miss for debugging
This commit is contained in:
parent
5f2e9fb50f
commit
f3c225f2b8
3 changed files with 52 additions and 5 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue