From 98a71abd7742b4f05bd2170195a0b9d6eadc9f35 Mon Sep 17 00:00:00 2001 From: shanyuhai123 <864299347@qq.com> Date: Mon, 22 Mar 2021 13:05:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yml | 2 +- lerna.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 81677c6..4feab89 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,4 +1,4 @@ -name: Deploy Vuepress Plugin Auto Sidebar +name: Vuepress Plugin Auto Sidebar on: push: branches: diff --git a/lerna.json b/lerna.json index 60aa373..3b20c52 100644 --- a/lerna.json +++ b/lerna.json @@ -10,7 +10,7 @@ "ignoreChanges": [ "*.md" ], - "message": "chore(release): publish", + "message": "chore(release): publish %v", "registry": "https://registry.npmjs.org/" } }