Skip to content

Commit e6aca2c

Browse files
fix: pipeline
1 parent fcdb92c commit e6aca2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Java CI - Build Release
33
on:
44
push:
55
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]+'
6+
- 'v[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+'
7+
- 'v[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-[a-z]+'
8+
- 'v[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-[a-z]+\.[0-9]+'
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)