From 5957e26d9bd62b18abfc987ac0f154d564063ed2 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Wed, 20 May 2026 10:11:09 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"chore:=20=E4=BF=AE=E5=A4=8D=20publish?= =?UTF-8?q?=20=E9=97=AE=E9=A2=98"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 58c3feb56abca80f91a85aab0ee5a4a7af70f65a. --- .github/workflows/publish-npm.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 0eb0addbe..42141a38e 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 @@ -38,9 +38,9 @@ jobs: run: bun test - name: Publish to npm - run: bun publish -p --access public + run: bun publish --access public env: - NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }} + BUN_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Generate changelog id: changelog