From ef8bae4c3dc1e1efa4f47d20782ada6261a9c71b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 28 Mar 2024 10:28:36 +0000 Subject: [PATCH] Correct the tag pattern in the release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d026607..25eb7a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: tags: - - v[0-9]+.[0-9+].[0-9]+ + - v[0-9]+.[0-9]+.[0-9]+ concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: