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]+'