This commit is contained in:
liuli 2025-09-04 11:53:36 -04:00
parent 305899e7da
commit 72baeec34d
3 changed files with 10 additions and 2 deletions

View file

@ -69,6 +69,8 @@ class DefaultLastReleaseResolver {
.find(t => tagFormatter.IsValid(t)) || '';
}
tag = tag.trim();
core.warning(`Use DefaultLast.js ! `)
core.warning(`releasePattern=${releasePattern}, currentTag=${currentTag}, isTagged=${isTagged}, currentMajor=${currentMajor}, currentMinor=${currentMinor}, currentPatch=${currentPatch}`);
}
catch (err) {
tag = '';