diff --git a/ .gitea /workflows/cd.yaml b/.gitea/workflows/cd.yaml similarity index 100% rename from .gitea /workflows/cd.yaml rename to .gitea/workflows/cd.yaml diff --git a/ .gitea /workflows/ci.yaml b/.gitea/workflows/ci.yaml similarity index 100% rename from .gitea /workflows/ci.yaml rename to .gitea/workflows/ci.yaml diff --git a/action.yml b/action.yml index f12103e..fd9f0b4 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ runs: steps: - name: 版本號計算 id: version-calculate - uses: https://gitea.jsc.idv.tw/docker-actions/version-calculate@${{ vars.ACTION_VERSION_CALCULATE_VERSION }} + uses: https://gitea.jsc.idv.tw/docker-actions/calculate-version@${{ vars.ACTION_CALCULATE_VERSION }} - name: 釋出並標註成品版本 uses: akkuman/gitea-release-action@${{ vars.ACTION_GITEA_RELEASE_VERSION }} env: