fix: 修复检查github release 插件无法保存最后版本的bug

pull/436/head
xiaojunnuo 2025-06-09 23:35:17 +08:00
parent 3e84e116e8
commit a92107cc47
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ export class GithubCheckRelease extends AbstractTaskPlugin {
if(res.tag_name == null || res.tag_name ==lastVersion){
this.logger.info(`暂无更新,${res.tag_name}`);
this.lastVersion = res.tag_name || lastVersion;
return "skip"
}
//有更新