We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdb92c commit e6aca2cCopy full SHA for e6aca2c
1 file changed
.github/workflows/release.yml
@@ -3,9 +3,9 @@ name: Java CI - Build Release
3
on:
4
push:
5
tags:
6
- - 'v[0-9]+\.[0-9]+\.[0-9]+'
7
- - 'v[0-9]+\.[0-9]+\.[0-9]+-[a-z]+'
8
- - 'v[0-9]+\.[0-9]+\.[0-9]+-[a-z]+\.[0-9]+'
+ - 'v[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+'
+ - 'v[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-[a-z]+'
+ - 'v[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-[a-z]+\.[0-9]+'
9
10
jobs:
11
build:
0 commit comments