Skip to content

Commit

Permalink
chore: remove the release step
Browse files Browse the repository at this point in the history
  • Loading branch information
yc-wang00 committed Apr 23, 2024
1 parent 0036499 commit 859f2f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,3 @@ jobs:
run: cargo clippy --all-targets --all-features --tests --benches -- -D warnings
- name: Execute rust tests
run: cargo nextest run --all-features
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body: ${{ steps.git-cliff.outputs.content }}

0 comments on commit 859f2f9

Please sign in to comment.