Skip to content

Commit 8e36a90

Browse files
authored
Update release.yml
1 parent c15089b commit 8e36a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Create release
22
on:
33
push:
44
tags:
5-
- "[0-9]+.[0-9]+.[0-9]+-?**"
6-
5+
- '[0-9]+.[0-9]+.[0-9]+'
6+
- '[0-9]+.[0-9]+.[0-9]+-**'
77
jobs:
88
deploy:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)