fix release.yml again

This commit is contained in:
adbenitez
2021-04-10 00:05:06 -04:00
parent 76a215413c
commit 2d98dcb15b
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
steps:
- id: check-tag
run: |
if [[ "${{ github.event.ref }}" =~ ^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
if [[ "${{ github.event.ref }}" =~ ^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+.*$ ]]; then
echo ::set-output name=match::success
fi