Update .github/workflows/publish-binaries.yml

This commit is contained in:
Clémentine Urquizar - curqui 2022-11-10 10:40:04 +01:00 committed by GitHub
parent a441fe5ae5
commit c05abc2b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
if [[ $escaped_tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "stable=true" >> ${GITHUB_OUTPUT}
else
echo "stable=false" >> ${GITHUB_OUTPUT}
echo "stable=false" >> $GITHUB_OUTPUT
fi
- name: Check release validity
if: github.event_name != 'schedule' && steps.check-tag-format.outputs.stable == 'true'