From 0a57f39dc7ee3ec06e76548bac09ef8f391347cf Mon Sep 17 00:00:00 2001 From: ZTY Date: Sat, 28 Dec 2024 13:19:58 +0800 Subject: [PATCH] Revert "ci/cargo clippy check" --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45b6b716..dbca5602 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,6 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - - name: clippy check - run: rustup component add clippy && cd src-tauri && cargo clippy --all-targets --all-features -- -D warnings && cd .. - - run: gh release create "v${{ github.event.inputs.version }}" --title "Release v${{ github.event.inputs.version }}" --notes "如果下面没有可下载的文件,说明构建失败,请联系开发者" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}