We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc11ac1 commit 0249441Copy full SHA for 0249441
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