Skip to content

Commit a431d8e

Browse files
committed
Testing tag pattern
1 parent a831b58 commit a431d8e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# .github/workflows/release.yml
21
name: Release
32

43
on:
54
push:
65
tags:
7-
- '[0-9]+.[0-9]+.[0-9]+' # Matches semantic versions like 1.0.0
6+
- 'v?[0-9]+.[0-9]+.[0-9]'
7+
- 'V?[0-9]+.[0-9]+.[0-9]'
8+
- 'v?[0-9]+.[0-9]+.[0-9]+-SNAPSHOT'
9+
- 'V?[0-9]+.[0-9]+.[0-9]+-SNAPSHOT'
810

911
jobs:
1012
release:

0 commit comments

Comments
 (0)