From 40caa20c9f6e1a5af87ec0c45c9b997c054c1b00 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 16:25:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=87=8D=E6=96=B0=20CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 513af0c..e66eb81 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -12,14 +12,10 @@ jobs: - name: 發布專案 uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }} with: - tag_name: "v0.0.8" - - name: 顯示資訊 - run: echo ${{ secrets.RUNNER_TOKEN }} + tag_name: "v0.0.9" - name: 計算版本號 id: version - uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.0.7 - with: - RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }} + uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.0.8 - name: 顯示資訊 run: echo ${{ needs.version.outputs.version }} - name: 清理舊版本 (保留最新2個) -- 2.48.1