Skip to content

Commit d12a733

Browse files
committed
ci: handle rc flow
1 parent 987ddb9 commit d12a733

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Publish Plugin on Tag
33
on:
44
push:
55
tags:
6-
- '[0-9]+.[0-9]+.[0-9]+'
6+
- "[0-9]*.[0-9]*.[0-9]*"
7+
- "[0-9]*.[0-9]*.[0-9]*-rc.*"
78

89
jobs:
910
build-plugin:

0 commit comments

Comments
 (0)