From 73692e8fcac2e8eb7568a6de241957e359d7b3d5 Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Fri, 4 Sep 2026 00:32:17 +0500 Subject: [PATCH] feat: a release rendered from the monorepo Generated by the setup-systems release publisher at 0.0.60. This repository is generated: propose changes through its public issues and pull requests. --- .github/workflows/publish-crates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-crates.yml b/.github/workflows/publish-crates.yml index 3cbc36a..94b13f9 100644 --- a/.github/workflows/publish-crates.yml +++ b/.github/workflows/publish-crates.yml @@ -3,7 +3,7 @@ name: publish-crates on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+' + - '[0-9]+.[0-9]+.[0-9]+' concurrency: group: publish-crates-${{ github.ref }}