Skip to content

Commit 864888d

Browse files
committed
chore(github): update release workflow tag matcher
1 parent 4845d35 commit 864888d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Release
22

33
on:
44
push:
5-
tags: ["*"]
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
67
workflow_dispatch:
78
inputs:
89
tag:

0 commit comments

Comments
 (0)