Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 6142286

Browse files
committed
Fix release workflow tag filter
1 parent ec89ba3 commit 6142286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
# Sequence of patterns matched against refs/tags
44
tags:
5-
- '[0-9]*\.[0-9]*\.[0-9]*.*'
5+
- '[0-9]+.[0-9]+.[0-9]+'
66

77
name: Upload Release Asset
88

0 commit comments

Comments
 (0)