Skip to content

Commit 95e757d

Browse files
author
Roberto Sora
authored
Add multiple digits in release workflow tag filter event (#657)
1 parent 6061cbf commit 95e757d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release
33
on:
44
push:
55
tags:
6-
- '[0-9].[0-9].[0-9]*'
6+
- '[0-9]+.[0-9]+.[0-9]+*'
77

88
jobs:
99

0 commit comments

Comments
 (0)