From 4e236c8d0f52c19f386f25fdd9b1a2a5b6c5e1af Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 16:51:35 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E7=99=BC=E5=B8=83=E6=96=B0?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 6 +++--- action.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index ab25816..21252ba 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -10,7 +10,7 @@ jobs: - name: 發布專案 uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }} with: - tag_name: "v0.1.4" + tag_name: "v0.1.5" - name: 清理舊版本 (保留最新2個) uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }} with: @@ -22,7 +22,7 @@ jobs: runs-on: docker needs: cd outputs: - version: ${{ steps.version.outputs.VERSION }} + version: ${{ steps.version.outputs.version }} steps: - name: 計算版本號 id: version @@ -33,4 +33,4 @@ jobs: needs: test-calculate steps: - name: 顯示版本號 - run: echo ${{ needs.test-calculate.outputs.VERSION }} \ No newline at end of file + run: echo ${{ needs.test-calculate.outputs.version }} \ No newline at end of file diff --git a/action.yaml b/action.yaml index 5f871c4..b553afb 100644 --- a/action.yaml +++ b/action.yaml @@ -6,7 +6,7 @@ author: 'Jeffery' # description: 'Gitea Runner 用來存取的 Token,ex: ${{ secrets.RUNNER_TOKEN }}' # required: true outputs: - VERSION: + version: description: '計算出的新版本號' runs: using: 'docker' From 58ae22ed1e15f20b2aee6f17b9f448fdca6dd1ac Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 16:51:56 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E4=BD=BF=E7=94=A8=E6=96=B0?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 21252ba..4d3aefe 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: 計算版本號 id: version - uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.4 + uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.5 test: name: "TEST > 測試專案" runs-on: docker