From c3d687d9903ac31f7892edcb93a98a0f74998fc7 Mon Sep 17 00:00:00 2001 From: sunerpy Date: Thu, 24 Jul 2025 17:27:35 +0800 Subject: [PATCH] =?UTF-8?q?ci(release):=20=E5=85=81=E8=AE=B8=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=B7=B2=E5=AD=98=E5=9C=A8=E7=9A=84=20GitHub=20?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 GitHub 发布工作流程中添加 allowUpdates 参数 - 设置 allowUpdates 为 true,允许更新已存在的发布版本 --- .github/workflows/github-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 073211a..024305f 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -45,3 +45,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ steps.version.outputs.version }} name: Release ${{ steps.version.outputs.version }} + allowUpdates: true