We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec113f5 commit 3113e8eCopy full SHA for 3113e8e
1 file changed
.github/workflows/release.yml
@@ -2,7 +2,7 @@ on:
2
push:
3
# Sequence of patterns matched against refs/tags
4
tags:
5
- - 'v[0-9]+.[0-9]+.[0-9]+' # Push events to matching v*, i.e. v1.0, v20.15.10
+ - '[0-9]+.[0-9]+.[0-9]+' # Push events to matching v*, i.e. v1.0, v20.15.10
6
7
name: Upload Release Asset
8
0 commit comments