From 2b5610a659999abe43e66dbabdf658748f786097 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Sat, 7 Feb 2026 00:40:17 +0800 Subject: [PATCH] =?UTF-8?q?chore(workflow):=20=E6=9B=B4=E6=96=B0=E8=AE=B8?= =?UTF-8?q?=E5=8F=AF=E8=AF=81=E5=90=88=E8=A7=84=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除对 CI 构建测试工作流完成的依赖触发 - 为 GitHub Release 上传步骤添加标签名称参数 - 简化推送事件触发条件,移除通配符标签匹配 - 保留内容写入权限配置 --- .github/workflows/license-compliance.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/license-compliance.yml b/.github/workflows/license-compliance.yml index 8c80220..4db97a6 100644 --- a/.github/workflows/license-compliance.yml +++ b/.github/workflows/license-compliance.yml @@ -4,10 +4,6 @@ on: push: tags: - '*' - workflow_run: - workflows: ["CI - Build & Test"] - types: - - completed permissions: contents: write @@ -91,6 +87,7 @@ jobs: - name: Upload compliance assets to GitHub Release uses: softprops/action-gh-release@v2 with: + tag_name: ${{ github.ref_name }} files: | NOTICE THIRD_PARTY_LICENSES.md