This is an automated email from the ASF dual-hosted git repository. Xuanwo pushed a commit to branch xuanwo/fix-rust-release-http-transports in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 145f1ac502e89126c32cbd071ec6ebc27fa0854e Author: Xuanwo <[email protected]> AuthorDate: Fri Jul 10 20:18:37 2026 +0800 ci: include http transports in rust release plan --- .github/scripts/release_rust/plan.py | 1 + .github/workflows/release_rust.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/scripts/release_rust/plan.py b/.github/scripts/release_rust/plan.py index 2f748a2da..125cc7ba8 100644 --- a/.github/scripts/release_rust/plan.py +++ b/.github/scripts/release_rust/plan.py @@ -31,6 +31,7 @@ PUBLISH_GLOBS = ( "core/Cargo.toml", "core/core/Cargo.toml", "core/testkit/Cargo.toml", + "core/http-transports/*/Cargo.toml", "core/layers/*/Cargo.toml", "core/services/*/Cargo.toml", "integrations/*/Cargo.toml", diff --git a/.github/workflows/release_rust.yml b/.github/workflows/release_rust.yml index 7f56761fa..83a15641b 100644 --- a/.github/workflows/release_rust.yml +++ b/.github/workflows/release_rust.yml @@ -30,6 +30,7 @@ on: - ".github/workflows/release_rust.yml" - ".github/scripts/release_rust/**" - "core/testkit/Cargo.toml" + - "core/http-transports/*/Cargo.toml" workflow_dispatch: permissions:
