From 91a588160080a43f0ccf6bd9aa95984d1279da20 Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Sat, 6 Sep 2025 20:22:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=A1=8C=E8=AF=B4=E6=98=8E=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-simple.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-simple.yml b/.github/workflows/release-simple.yml index 62d2c5e5..a646c6fc 100644 --- a/.github/workflows/release-simple.yml +++ b/.github/workflows/release-simple.yml @@ -21,11 +21,13 @@ jobs: - name: 设置 git-cliff uses: kenji-miyake/setup-git-cliff@v1 + with: + version: latest - name: 生成 changelog id: generate-changelog run: | - git cliff + git-cliff --output CHANGELOG.md - name: Setup MSbuild uses: microsoft/setup-msbuild@v2