Skip to content

Commit 11c439d

Browse files
authored
fix release tag regex (#118)
1 parent 29f92c5 commit 11c439d

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
@@ -11,7 +11,7 @@ concurrency:
1111
on:
1212
push:
1313
tags:
14-
- 'v[0-9]+\.[0-9]+\.[0-9]+' # only publish on version tags (e.g. v1.0.0)
14+
- 'v[0-9]*.[0-9]*.[0-9]*' # only publish on version tags (e.g. v1.0.0)
1515

1616
jobs:
1717

0 commit comments

Comments
 (0)