From 41f89a35fa5b9b7958077bce939c44252c8e74b1 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 6 Aug 2025 16:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2v2=20release=E4=B8=BA?= =?UTF-8?q?=E6=9C=80=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82eb1357..c0f7a56c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,6 +92,6 @@ jobs: body: ${{ env.RELEASE_BODY }} draft: false prerelease: false - make_latest: false + make_latest: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}