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 }}