We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10735b2 commit dc11ac1Copy full SHA for dc11ac1
1 file changed
.github/workflows/release.yml
@@ -6,7 +6,7 @@ permissions:
6
on:
7
push:
8
tags:
9
- - v[0-9]+.*
+ - v\.[0-9]+.*
10
11
jobs:
12
create-release:
0 commit comments