fix: version regex in release tag selector

thanks to @mwoz123 for the comment
This commit is contained in:
Stefan Boos 2023-11-21 05:19:03 +01:00
parent 5c7a826c1a
commit 9fc71601e2
1 changed files with 1 additions and 1 deletions

2
.github/release.yml vendored
View File

@ -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