Skip to content

Commit

Permalink
Revert "ci/cargo clippy check"
Browse files Browse the repository at this point in the history
  • Loading branch information
zty012 committed Dec 28, 2024
1 parent 47c127e commit fac3dd0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fac3dd0

Please sign in to comment.