From 9a710ccce557d7881867f9c83b53b88fa5466861 Mon Sep 17 00:00:00 2001
From: rsora <r.sora@arduino.cc>
Date: Tue, 14 Apr 2020 16:59:36 +0200
Subject: [PATCH] Add multiple digits in release workflow tag filter event

---
 .github/workflows/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index b0c712bc99f..35ebd8a6c68 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -3,7 +3,7 @@ name: release
 on:
   push:
     tags:
-      - '[0-9].[0-9].[0-9]*'
+      - '[0-9]+.[0-9]+.[0-9]+*'
 
 jobs: