From 8f3d21c312badbe2441521eff610bae69313aa51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Wed, 4 Nov 2020 23:14:28 +0100 Subject: [PATCH] improve tag format match --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 0959d380..46bdf3d3 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -9,7 +9,7 @@ on: # release tags create: tags: - - 'v[0-9]+.[0-9]+.[0-9]+*' + - 'v[0-9]+\.[0-9]+\.[0-9]+*' env: MONGODB_3_4: 3.4.19 MONGODB_3_6: 3.6.13