From 7e067f2f4b3c64384d7a268404333e9583f3eb32 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 21 Mar 2026 10:50:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E7=9A=84=E5=90=8D=E7=A8=B1?= 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 18d0876..501f3f5 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -4,12 +4,12 @@ on: - master jobs: version: - name: "CD > 計算版本號" + name: "CD > 計算版本" runs-on: ubuntu outputs: version: ${{ steps.version.outputs.version }} steps: - - name: 計算版本號 + - name: 計算版本 id: version uses: https://gitea.jsc.idv.tw/actions/calculate-version@${{ vars.ACTION_CALCULATE_VERSION }} release: