From 517a517bc4e624f1527d037fc3a0b5ec1f4d3ecf Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 11 Jul 2026 05:17:44 +0000 Subject: [PATCH] =?UTF-8?q?fix(CI=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=A8=8B):?= =?UTF-8?q?=20=E6=96=BC=E6=AD=A3=E5=BC=8F=E7=89=88=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E8=A3=9C=E4=B8=8A=E7=89=88=E6=9C=AC=E8=A8=88=E7=AE=97=E6=AD=A5?= =?UTF-8?q?=E9=A9=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9ec621c..1f3523e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,6 +23,10 @@ jobs: tag_name: "v${{ env.VERSION }}" target_commitish: ${{ gitea.sha }} prerelease: ${{ env.IS_BETA }} + - name: Run Calculate Version + id: calculate-version + if: ${{ env.IS_BETA == 'false' }} + uses: https://gitea.jsc.idv.tw/actions/calculate-version@v${{ env.VERSION }} test: name: 2. TEST runs-on: ubuntu