From 591e38ddaca86554ca09288c8062645eb50e890b Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Thu, 31 Jul 2025 10:33:14 +0300 Subject: [PATCH] channge release action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfa586c2..2abc6a16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: tags: - - 'v*' + - 'v[0-9]+.[0-9]+.[0-9]+' permissions: contents: write