We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4845d35 commit 864888dCopy full SHA for 864888d
1 file changed
.github/workflows/release.yml
@@ -2,7 +2,8 @@ name: Release
2
3
on:
4
push:
5
- tags: ["*"]
+ tags:
6
+ - 'v[0-9]+.[0-9]+.[0-9]+'
7
workflow_dispatch:
8
inputs:
9
tag:
0 commit comments