From 972febf0ea87542ced7c987f1d6147785a1a0d8d Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 21 Dec 2025 20:36:19 -0500 Subject: [PATCH] Fix regex --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6dee48fd..4602eed6 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -17,7 +17,7 @@ on: push: tags: - "[0-9]+.[0-9]+.[0-9]+" - - "[0-9]+.[0-9]+.[0-9]+.rc.[0-9]+" + - "[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+" concurrency: group: ${{ github.ref }}