We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f862b7c commit 963796cCopy full SHA for 963796c
.github/workflows/release.yaml
@@ -1,9 +1,7 @@
1
on:
2
push:
3
# Pattern matched against refs/tags
4
- tags:
5
- - 'v[0-9]+(\.[0-9]+)*([a-z]+[0-9]+)?(\.post[0-9]+)?(\.dev[0-9]+)?'
6
-
+ tags: ["v[0-9]+", "v[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+.post[0-9]+", "v[0-9]+.[0-9]+.[0-9]+.dev[0-9]+",]
7
8
permissions:
9
contents: read
0 commit comments