From 446392f75e83fbc21b639f3b5144dbab0353a200 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 16:11:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BC=E5=B8=83=E5=B0=88=E6=A1=88?= =?UTF-8?q?=E5=BE=8C=EF=BC=8C=E5=98=97=E8=A9=A6=E8=A8=88=E7=AE=97=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 3c01b6f..37cd877 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -9,13 +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: "v${{ steps.version.outputs.version }}" + tag_name: "v0.0.5" + - name: 計算版本號 + id: version + uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.0.5 - name: 清理舊版本 (保留最新2個) uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }} with: -- 2.48.1