We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11c240 commit 786aaa7Copy full SHA for 786aaa7
.github/workflows/tagged-release.yaml
@@ -4,7 +4,7 @@ name: "tagged-release"
4
on:
5
push:
6
tags:
7
- - "v*"
+ - "*.*.*"
8
9
jobs:
10
0 commit comments