pravega / pravega-client-rust

Rust based Pravega client.
Apache License 2.0
31 stars 25 forks source link

Fix cargo publish. #425

Closed kotlasaicharanreddy closed 1 year ago

kotlasaicharanreddy commented 1 year ago

Problem description Currently Cargo publish just does a dry run by default even in the main release. In the documentation they have provided an -x of --execute flag for actual release.

Problem location https://github.com/pravega/pravega-client-rust/blob/7ec97a8010a3941dfda8425aecd2bff066af43f4/.github/workflows/publish_check.yml#L48

Suggestions for an improvement Provide an -x flag.