feat: 使用最新的工具計算版本號

This commit is contained in:
Jeffery
2026-03-20 15:48:10 +08:00
parent a2ab02b8c1
commit eb67824f3e

View File

@@ -12,10 +12,6 @@ jobs:
- name: 計算版本號
id: version
uses: https://gitea.jsc.idv.tw/actions/calculate-version@${{ vars.ACTION_CALCULATE_VERSION }}
with:
gitea-server: ${{ gitea.server_url }}
repository: ${{ gitea.repository }}
token: ${{ secrets.GITEA_TOKEN }}
- name: 發布專案
uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
with: