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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '[0-9]+.[0-9]+.[0-9]+'
|
- '\d+\.\d+\.\d+'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# IMPORTANT: Update this with the name of your plugin
|
# IMPORTANT: Update this with the name of your plugin
|
||||||
|
|
Loading…
Reference in New Issue