From 867ddda01835156aac001f1370d3f7bf8c4dfa1a Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Mon, 19 Aug 2024 02:42:21 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=94=B9=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yml | 4 ++-- lerna.json | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 0474a4f..a52d7db 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -24,11 +24,11 @@ jobs: run: | git config --global user.name 'zhaoyingbo' git config --global user.email 'zhaoyingbo@live.cn' - npx lerna version patch --yes --since master + npx lerna version patch --yes git push --follow-tags - name: Publish packages run: | git update-index --assume-unchanged .npmrc echo "//git.yingbo.im:333/api/packages/zhaoyingbo/npm/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc - npx lerna publish from-package --yes --since master + npx lerna publish from-package --yes diff --git a/lerna.json b/lerna.json index bbfa436..25c833c 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,10 @@ "yes": true, "message": "chore(release): publish" } - } + }, + "ignoreChanges": [ + "**/__fixtures__/**", + "**/__tests__/**", + "**/*.md" + ] } \ No newline at end of file