From cb6561e27b01dfb6e7091daa84982e9f32776eb9 Mon Sep 17 00:00:00 2001 From: YHH <359807859@qq.com> Date: Mon, 27 Oct 2025 10:03:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BF=AE=E5=A4=8D=E9=A6=96=E6=AC=A1?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=97=B6=E7=89=88=E6=9C=AC=E5=8F=B7=E6=9C=AA?= =?UTF-8?q?=E6=94=B9=E5=8F=98=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c3c7a45..3e3c611f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: run: | cd packages/${{ github.event.inputs.package }} if [ "${{ github.event.inputs.version_type }}" = "custom" ]; then - npm version ${{ github.event.inputs.custom_version }} --no-git-tag-version + npm version ${{ github.event.inputs.custom_version }} --no-git-tag-version --allow-same-version else npm version ${{ github.event.inputs.version_type }} --no-git-tag-version fi