fix bug in release.yml

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