From d4e06a2d7e882afcd2cec15caaad88dede59af09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ch=C4=99ci=C5=84ski?= Date: Thu, 26 Sep 2024 12:18:03 +0200 Subject: [PATCH] Update .github/workflows/release-rust-crates.yml Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com> --- .github/workflows/release-rust-crates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-rust-crates.yml b/.github/workflows/release-rust-crates.yml index 9e14a7f99..54845e148 100644 --- a/.github/workflows/release-rust-crates.yml +++ b/.github/workflows/release-rust-crates.yml @@ -1,5 +1,5 @@ name: Release Rust crates -run-name: Publish Rust crates ${{ inputs.release_type }} +run-name: Release Rust crates ${{ inputs.release_type }} on: workflow_dispatch: