From cbbe4995606c11aec02a853ba872d487d4c8eafe Mon Sep 17 00:00:00 2001 From: yiyunwan Date: Mon, 19 Dec 2022 11:34:39 +0800 Subject: [PATCH] ci: add tag next --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce36fc4..32e6347 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build": "formily-tpl build", "build:docs": "dumi build", "lint": "eslint .", - "release": "lerna publish from-package --yes", + "release": "lerna publish from-package --yes --dist-tag next", "start": "dumi dev", "test": "jest --coverage", "test:prod": "jest --coverage --silent",