From 50ab09c2952f707d4c096e9e994bd03b8cdee9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:30:34 -0600 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BF=9D=E7=95=9915=E6=9D=A1?= =?UTF-8?q?=E5=8F=91=E8=A1=8C=E7=89=88=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-istoreos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-istoreos.yml b/.github/workflows/build-istoreos.yml index a95d554..54e0d54 100644 --- a/.github/workflows/build-istoreos.yml +++ b/.github/workflows/build-istoreos.yml @@ -216,5 +216,5 @@ jobs: uses: dev-drprasad/delete-older-releases@v0.3.3 if: env.UPLOAD_RELEASE == 'true' && !cancelled() with: - keep_latest: 5 + keep_latest: 15 delete_tags: true