Skip to content

Commit

Permalink
Dont create release in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hybras committed Jan 2, 2025
1 parent f22a497 commit 7c51192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: cargo fmt --check
build-client-rs:
name: Build rust client for ${{ matrix.job.target }} (on ${{ matrix.job.os }})
needs: [lint-format-client-rs, create-release]
needs: [lint-format-client-rs]
runs-on: ${{ matrix.job.os }}
defaults: { run: { working-directory: client-rs } }
strategy:
Expand Down

0 comments on commit 7c51192

Please sign in to comment.