From 2c3edda0a2b5d62eab642072805af7b6b9c21825 Mon Sep 17 00:00:00 2001 From: vagusx Date: Thu, 3 Aug 2023 10:03:45 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=20postrelease=20?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d33509d3..f1107706 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "translate": "easy-i18n-cli -c ./i18n.config.js", "translate:check": "npm run translate -- --check", "release": "git pull && standard-version", - "postrelease": "git push origin main && git push origin --tags" + "postrelease": "git push --follow-tags" }, "dependencies": { "@ant-design/icons": "^4.2.2",