Fix release.yml invalid bash syntax (#1226)

This commit is contained in:
Otto Winter 2020-07-29 20:45:47 +02:00 committed by GitHub
parent cb0ba647ed
commit b1d77b7c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ jobs:
cache_tag="beta"
else
cache_tag="latest"
end
fi
# Set env variables so these values don't need to be calculated again
echo "::set-env name=BUILD_FROM::${build_from}"