From a92107cc47133883b099d5228b06373e84c8bb50 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 9 Jun 2025 23:35:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A3=80=E6=9F=A5gith?= =?UTF-8?q?ub=20release=20=E6=8F=92=E4=BB=B6=E6=97=A0=E6=B3=95=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=9C=80=E5=90=8E=E7=89=88=E6=9C=AC=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/plugins/plugin-github/plugins/plugin-check-release.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/certd-server/src/plugins/plugin-github/plugins/plugin-check-release.ts b/packages/ui/certd-server/src/plugins/plugin-github/plugins/plugin-check-release.ts index b1c8aa85..8833f6b4 100644 --- a/packages/ui/certd-server/src/plugins/plugin-github/plugins/plugin-check-release.ts +++ b/packages/ui/certd-server/src/plugins/plugin-github/plugins/plugin-check-release.ts @@ -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" } //有更新