From e7bd92ca7770e34f7d6ec916831e38109f55fbce Mon Sep 17 00:00:00 2001 From: pomelo-nwu Date: Tue, 22 Jul 2025 17:56:54 +0800 Subject: [PATCH] feat: update code --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 86a982e..2a9c103 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -6,7 +6,7 @@ on: jobs: publish: runs-on: ubuntu-latest - # 当具有 release 标签的 PR 被合并时,自动发布包版本 + # Automatically publish the package version when a PR with the release label is merged if: contains(github.event.pull_request.labels.*.name, 'release') && github.event.pull_request.merged == true permissions: contents: write