Skip to content

Commit 4ad1fa4

Browse files
committed
fix: modified release candidate version regex pattern to accomodate multi-digit patch numbers
1 parent 2cdc37c commit 4ad1fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
tags:
55
- "v[0-9]+.[0-9]+.[0-9]+"
6-
- "v[0-9]+.[0-9]+.[0-9]-rc.[0-9]+"
6+
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)