From a36b7d618f768191011c606c976460c15ef04bab Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Thu, 9 Jan 2025 21:49:40 +0800 Subject: [PATCH] chore: change npm publish tag to release-3.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01b79d38f3..5ae4a3f95a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "egg", "version": "3.29.0", "publishConfig": { - "tag": "latest", + "tag": "release-3.x", "access": "public" }, "description": "A web framework's framework for Node.js",