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.
v
1 parent 5f6e1e4 commit b1fee07Copy full SHA for b1fee07
.github/workflows/github_release.yml
@@ -2,11 +2,11 @@ name: Create GitHub release
2
on:
3
push:
4
tags:
5
- - '[0-9]+.[0-9]+.[0-9]+'
6
- - '[0-9]+.[0-9]+.[0-9]+[a-c][0-9]+'
7
- - '[0-9]+.[0-9]+.[0-9]+alpha[0-9]+'
8
- - '[0-9]+.[0-9]+.[0-9]+beta[0-9]+'
9
- - '[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
+ - 'v[0-9]+.[0-9]+.[0-9]+'
+ - 'v[0-9]+.[0-9]+.[0-9]+[a-c][0-9]+'
+ - 'v[0-9]+.[0-9]+.[0-9]+alpha[0-9]+'
+ - 'v[0-9]+.[0-9]+.[0-9]+beta[0-9]+'
+ - 'v[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
10
11
jobs:
12
build:
0 commit comments