From 0ccffa8b1cfeef51fe34fc47f0fe3225e8d4148e Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 18:14:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=8A=E6=9B=B4=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 6a6dce8..475eba2 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -3,7 +3,7 @@ on: branches: - master jobs: - calculate: + version: name: "CD > 計算版本號" runs-on: ubuntu outputs: @@ -12,12 +12,12 @@ jobs: - name: 計算版本號 id: version uses: https://gitea.jsc.idv.tw/actions/calculate-version@${{ vars.ACTION_CALCULATE_VERSION }} - cd: + release: name: "CD > 發布專案" runs-on: ubuntu - needs: calculate + needs: version steps: - name: 發布專案 uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }} with: - tag_name: "v${{ needs.calculate.outputs.version }}" \ No newline at end of file + tag_name: "v${{ needs.version.outputs.version }}" \ No newline at end of file -- 2.48.1