From 0259dbe11427e0c4b827a99c80ad3ac22e5612d7 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 15:52:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=B7=E5=88=B6=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E8=A8=88=E7=AE=97=E7=89=88=E6=9C=AC=E8=99=9F=E7=9A=84=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E7=89=88=E6=9C=AC?= 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 efbb1e2..2b2b622 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -11,11 +11,11 @@ jobs: steps: - name: 計算版本號 id: version - uses: https://gitea.jsc.idv.tw/actions/calculate-version@${{ vars.ACTION_CALCULATE_VERSION }} + uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.0.3 - name: 發布專案 uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }} with: - tag_name: "v${{ steps.version.outputs.VERSION }}" + tag_name: "v${{ steps.version.outputs.version }}" - name: 清理舊版本 (保留最新2個) uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }} with: -- 2.48.1