diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41d83f0..a5ece1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release and Publish Rust Crate on: - workflow_call: + workflow_dispatch: inputs: rust_toolchain: description: "Rust toolchain channel (e.g., stable, 1.81.0)"