Skip to content

Commit b1fee07

Browse files
committed
Include v in tag filter, in github action for github releases
1 parent 5f6e1e4 commit b1fee07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/github_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Create GitHub release
22
on:
33
push:
44
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]+'
5+
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
- 'v[0-9]+.[0-9]+.[0-9]+[a-c][0-9]+'
7+
- 'v[0-9]+.[0-9]+.[0-9]+alpha[0-9]+'
8+
- 'v[0-9]+.[0-9]+.[0-9]+beta[0-9]+'
9+
- 'v[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)