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