diff --git a/.gitea/workflows/review.yaml b/.gitea/workflows/review.yaml index dc8a6b0..2a6783f 100644 --- a/.gitea/workflows/review.yaml +++ b/.gitea/workflows/review.yaml @@ -22,6 +22,10 @@ jobs: name: code-review v${{ steps.version.outputs.version }} tag_name: v${{ steps.version.outputs.version }} target_commitish: ${{ github.head_ref }} + - name: 清理成品 + uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }} + with: + RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }} code-review: name: Code Review runs-on: ubuntu