From 576e6773c086cc9c5cafb6ae8a98cddbc2e2aeee Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 7 Jun 2026 16:23:24 +0000 Subject: [PATCH] fix(release): bump user-dist to v2.1.2 (v2.1.1 never released upstream) The v2.2.2 Release workflow failed: fetch-frontends.sh fetched user-dist from hamster1963/nezha-dash-v2 at v2.1.1, but upstream went v2.1.0 -> v2.1.2 and never tagged v2.1.1, so the dist.zip download 404'd and unzip aborted the build. Point at the existing v2.1.2 asset. --- service/singleton/frontend-templates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/singleton/frontend-templates.yaml b/service/singleton/frontend-templates.yaml index f0722374..4fbf6ef2 100644 --- a/service/singleton/frontend-templates.yaml +++ b/service/singleton/frontend-templates.yaml @@ -9,7 +9,7 @@ name: "Official" repository: "https://github.com/hamster1963/nezha-dash-v2" author: "hamster1963" - version: "v2.1.1" + version: "v2.1.2" is_official: true - path: "nazhua-dist" name: "Nazhua"