From 9da34e6f03c83137bc5deffd2862b07a35d26478 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Mon, 17 Jul 2023 21:15:15 +0200 Subject: [PATCH] Add release tag pattern for hotfix releases The joys. --- .github/workflows/release-app.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-app.yaml b/.github/workflows/release-app.yaml index f55863fb5..871d1b173 100644 --- a/.github/workflows/release-app.yaml +++ b/.github/workflows/release-app.yaml @@ -5,6 +5,7 @@ on: # Cannot filter on both branches (release) and tags - it's ORed tags: - '[0-9]+.[0-9]+.[0-9]+' + - '[0-9]+.[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+\.[0-9]+'