From e57597146f348511a892d2b43227f1e371915704 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Fri, 6 Feb 2026 23:54:00 +0800 Subject: [PATCH] =?UTF-8?q?chore(workflow):=20=E7=A7=BB=E9=99=A4=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?=E4=B8=AD=E7=9A=84=E6=A0=87=E7=AD=BE=E5=90=8D=E7=A7=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 softprops/action-gh-release 中的 tag_name 配置项 - 保持 GitHub Release 的上传功能不变 - 简化了工作流配置以避免标签命名冲突 - [release ci] --- .github/workflows/license-compliance.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/license-compliance.yml b/.github/workflows/license-compliance.yml index 79ce281..8c80220 100644 --- a/.github/workflows/license-compliance.yml +++ b/.github/workflows/license-compliance.yml @@ -91,7 +91,6 @@ 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