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