Skip to content

Commit 972febf

Browse files
Fix regex
1 parent 6060b1d commit 972febf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
push:
1818
tags:
1919
- "[0-9]+.[0-9]+.[0-9]+"
20-
- "[0-9]+.[0-9]+.[0-9]+.rc.[0-9]+"
20+
- "[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
2121

2222
concurrency:
2323
group: ${{ github.ref }}

0 commit comments

Comments
 (0)