fix: version regex in release tag selector
thanks to @mwoz123 for the comment
This commit is contained in:
parent
5c7a826c1a
commit
9fc71601e2
|
@ -10,7 +10,7 @@ permissions:
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
- '\d+\.\d+\.\d+'
|
||||
|
||||
env:
|
||||
# IMPORTANT: Update this with the name of your plugin
|
||||
|
|
Loading…
Reference in New Issue