From 381beced2cce0865d9dc591a7a50c9b1453977ba Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 16:18:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 79a9fae..482e964 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -12,10 +12,10 @@ jobs: - name: 發布專案 uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }} with: - tag_name: "v0.0.7" + tag_name: "v0.0.8" - name: 計算版本號 id: version - uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.0.6 + uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.0.7 with: RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }} - name: 清理舊版本 (保留最新2個)