We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6105b10 commit 295bb85Copy full SHA for 295bb85
1 file changed
.github/workflows/draft-release.yml
@@ -3,8 +3,8 @@ name: Publish draft release
3
on:
4
push:
5
tags:
6
- - "v[0-9]+.[0-9]+.[0-9]+*"
7
- - "[0-9]+.[0-9]+.[0-9]+*"
+ - "v[0-9]+.[0-9]+.[0-9]+.*"
+ - "[0-9]+.[0-9]+.[0-9]+.*"
8
9
jobs:
10
build-runtimes:
0 commit comments