There was an error while loading. Please reload this page.
1 parent 987ddb9 commit d12a733Copy full SHA for d12a733
1 file changed
.github/workflows/publish.yml
@@ -3,7 +3,8 @@ name: Publish Plugin on Tag
3
on:
4
push:
5
tags:
6
- - '[0-9]+.[0-9]+.[0-9]+'
+ - "[0-9]*.[0-9]*.[0-9]*"
7
+ - "[0-9]*.[0-9]*.[0-9]*-rc.*"
8
9
jobs:
10
build-plugin:
0 commit comments