From 8e36a90184dd3498561ecf3546a1b00cb6367f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sat, 17 Feb 2024 11:34:28 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 621293c..982eafb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,8 @@ name: Create release on: push: tags: - - "[0-9]+.[0-9]+.[0-9]+-?**" - + - '[0-9]+.[0-9]+.[0-9]+' + - '[0-9]+.[0-9]+.[0-9]+-**' jobs: deploy: runs-on: ubuntu-latest