From 8a9c4d1ca968c0efa14090d7a402ee922c0fc364 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 16:45:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BC=E5=B8=83=E6=96=B0=E7=89=88?= =?UTF-8?q?=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, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 20ca4ba..c189dd3 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -6,11 +6,13 @@ jobs: cd: name: "CD > 發布專案" runs-on: docker + outputs: + version: ${{ steps.version.outputs.version }} steps: - name: 發布專案 uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }} with: - tag_name: "v0.1.2" + tag_name: "v0.1.3" - name: 計算版本號 id: version uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.2