Fix version number matching

This commit is contained in:
Casper Lamboo 2022-07-13 11:28:09 +02:00 committed by GitHub
parent 56659ce8f8
commit 596bfe8a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ branches:
is-mainline: false is-mainline: false
pre-release-weight: 0 pre-release-weight: 0
release: release:
regex: ^[\d].[\d]$ regex: ^[\d]+\.[\d]+$
mode: ContinuousDelivery mode: ContinuousDelivery
tag: beta tag: beta
increment: None increment: None