From 9c58b0a5e2d30f9d41354ba5db83d8bf3d32125f Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 8 Apr 2026 09:01: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=E5=9F=B7=E8=A1=8C=E5=99=A8=E6=A8=99=E7=B1=A4?= 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 b54c903..a2b9d6e 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -5,7 +5,7 @@ on: jobs: version: name: "CD > 計算版本號" - runs-on: ubuntu + runs-on: ubuntu-latest outputs: version: ${{ steps.version.outputs.version }} steps: @@ -14,7 +14,7 @@ jobs: uses: https://gitea.jsc.idv.tw/actions/calculate-version@${{ vars.ACTION_CALCULATE_VERSION }} release: name: "CD > 發布專案" - runs-on: ubuntu + runs-on: ubuntu-latest needs: version steps: - name: 發布專案