From 635c3095e411786683e72ecc46663c7515099d11 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Fri, 31 Oct 2025 12:07:49 -0400 Subject: [PATCH] ci: Fix tag name to initiate rust release --- .github/workflows/rust-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 974579e..3edcdde 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -1,8 +1,8 @@ name: Publish to crates.io on: push: - # Triggers when pushing tags starting with 'v' - tags: ["v*"] + # Triggers when pushing tags starting with 'rust-v' + tags: ["rust-v*"] jobs: publish: