Skip to content

Commit 295bb85

Browse files
committed
chore(ci): fix release pipeline
1 parent 6105b10 commit 295bb85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Publish draft release
33
on:
44
push:
55
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]+*"
7-
- "[0-9]+.[0-9]+.[0-9]+*"
6+
- "v[0-9]+.[0-9]+.[0-9]+.*"
7+
- "[0-9]+.[0-9]+.[0-9]+.*"
88

99
jobs:
1010
build-runtimes:

0 commit comments

Comments
 (0)