From f48f363d4af8052d57d0a57ceff07d1c77d220fd Mon Sep 17 00:00:00 2001 From: "maximilian.schubert@telekom.de" Date: Wed, 29 Nov 2023 00:48:21 +0100 Subject: [PATCH] ci: semantic tags --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0650e02..caff80c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,8 @@ name: Release on: push: - tags: ["[0-9]+.[0-9]+.[0-9]+*"] + tags: + - "v[012].[0-9]+.[0-9]+" permissions: contents: read