improve tag format match

This commit is contained in:
Bastien Gérard 2020-11-04 23:14:28 +01:00 committed by Bastien Gerard
parent 7b772e3a4a
commit 8f3d21c312

View File

@ -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