Skip to content

Commit 3895c1c

Browse files
committed
fix release regex
1 parent b8d8450 commit 3895c1c

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
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
tags: ["[0-9]+.[0-9].[0-9]"]
3+
tags: ["[0-9]+.[0-9]+.[0-9]+"]
44

55
jobs:
66
draft-release:

0 commit comments

Comments
 (0)