ci: Use quotes around ::set-output code

pull/108/head
Robert Dailey 2 years ago
parent 5f570979c6
commit 7f9089f316

@ -58,9 +58,9 @@ jobs:
run: |
regex="[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+"
if [[ '${{ env.VERSION }}' =~ $regex ]]; then
echo ::set-output name=match::true
echo '::set-output name=match::true'
else
echo ::set-output name=match::false
echo '::set-output name=match::false'
fi
- name: Set Version Tags

Loading…
Cancel
Save