We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0bf7a commit 17d5e55Copy full SHA for 17d5e55
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
+ - '*.*.*' # Push events to matching semver tags (no v prefix)
6
7
name: Publish Release
8
0 commit comments