diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index e21f046..cf761d8 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -15,7 +15,7 @@ jobs: tag_name: "v0.1.1" - name: 計算版本號 id: version - uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.0.9 + uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.1 - name: 顯示資訊 run: echo ${{ needs.version.outputs.version }} - name: 清理舊版本 (保留最新2個)