Skip to content

Commit c88a76a

Browse files
committed
simplify release gh action
Signed-off-by: Jorge Aguilera <[email protected]>
1 parent f9d8834 commit c88a76a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: release
22
on:
33
push:
44
tags:
5-
- '[0-9]+.[0-9]+.[0-9]+'
6-
- '[0-9]+.[0-9]+.[0-9]+-edge[0-9]+'
5+
- '[0-9]+.[0-9]+.[0-9]+(beta[0-9]+)?'
76

87
permissions:
98
contents: write

0 commit comments

Comments
 (0)