Skip to content

Commit eadbac3

Browse files
committed
Fix version tag
1 parent 29e2a6a commit eadbac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gitVersioning.apply {
4242
branch('.+') {
4343
version = '${ref}-SNAPSHOT'
4444
}
45-
tag('v(?<version>.*)') {
45+
tag('^v?(?<version>\\d+\\.\\d+\\.\\d+)$') {
4646
version = '${ref.version}'
4747
}
4848
}

0 commit comments

Comments
 (0)