Skip to content

Commit 3645845

Browse files
committed
fix tag detection
1 parent ccb41c4 commit 3645845

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/Release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ env:
99
on:
1010
push:
1111
tags:
12-
- "[0-9]+.[0-9]+.[0-9]+"
13-
- "[0-9]+.[0-9]+.[0-9]+-alpha[0-9]+"
14-
- "[0-9]+.[0-9]+.[0-9]+-beta[0-9]+"
12+
- "*"
1513

1614
jobs:
1715
build:

0 commit comments

Comments
 (0)