From 9bfa868e61ce9bc01894029d6ec31c307c398b44 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Wed, 20 May 2026 10:14:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A4=8D=E5=8E=9F=E5=8E=9F=E5=A7=8B?= =?UTF-8?q?=E7=9A=84=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 351e107cf..92cd2729b 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -3,11 +3,11 @@ name: Publish to npm on: push: tags: - - 'v*' + - "v*" workflow_dispatch: inputs: version: - description: '版本号 (例如: v1.9.0)' + description: "版本号 (例如: v1.9.0)" required: true type: string