From 5c8d62ca6d7cbdca067791128825e66bb2a29050 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 16:09:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=98=97=E8=A9=A6=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=9C=89=E8=A2=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 4e2cab9..3c01b6f 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -9,10 +9,13 @@ jobs: env: RUNNER_TOOL_CACHE: /toolcache steps: + - name: 計算版本號 + id: version + uses: https://gitea.jsc.idv.tw/actions/calculate-version@${{ vars.ACTION_CALCULATE_VERSION }} - name: 發布專案 uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }} with: - tag_name: "v0.0.4" + tag_name: "v${{ steps.version.outputs.version }}" - name: 清理舊版本 (保留最新2個) uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }} with: