From b9a28d3a2e1a46de7e6699e2c289ac0a959cc5e4 Mon Sep 17 00:00:00 2001 From: chenzhipei Date: Tue, 16 Apr 2024 20:08:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0npm-release.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 9bd3297ba3..15f078de54 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -183,7 +183,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN - yarn lerna publish ${{ steps.branch-name.outputs.tag }} --no-git-tag-version --no-git-reset --force-publish --exact --yes --dist-tag 2.6 + yarn lerna publish ${{ steps.branch-name.outputs.tag }} --no-git-tag-version --no-git-reset --force-publish --exact --yes git add . git commit -m "action: release ${{ steps.branch-name.outputs.tag }}" git push