Skip to content

Commit 9231b1a

Browse files
[]: Updated beta release flow
1 parent 152c9ce commit 9231b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Beta Release for v1
33
on:
44
push:
55
tags:
6-
- 'v1*-beta.*'
6+
- 'v1.[0-9]+.[0-9]+-beta.[0-9]+'
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)