mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-09-10 03:30:02 +08:00
regenerate js, log on tag miss for debugging
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user