Skip to content

Commit f7b18aa

Browse files
authored
Fix regex for release tags (#33)
1 parent f8c15f2 commit f7b18aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
tags:
5-
- "v[0-9]+\\.[0-9]+\\.[0-9]"
5+
- "v[0-9]+\\.[0-9]+\\.[0-9]+"
66
workflow_dispatch:
77

88
env:

0 commit comments

Comments
 (0)