diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 794a852..18d0876 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -21,12 +21,12 @@ jobs: uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }} with: tag_name: "v${{ needs.version.outputs.version }}" - test: - name: "CD > 清理舊版成品" + cleanup: + name: "CD > 清理成品" runs-on: ubuntu needs: release steps: - - name: 清理舊版成品 + - name: 清理成品 uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }} with: RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }} \ No newline at end of file