mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-29 09:18:28 +02:00
Fix release.yml invalid bash syntax (#1226)
This commit is contained in:
committed by
Guillermo Ruffino
parent
49233e4734
commit
8a45dfac5c
@@ -226,7 +226,7 @@ jobs:
|
|||||||
cache_tag="beta"
|
cache_tag="beta"
|
||||||
else
|
else
|
||||||
cache_tag="latest"
|
cache_tag="latest"
|
||||||
end
|
fi
|
||||||
|
|
||||||
# Set env variables so these values don't need to be calculated again
|
# Set env variables so these values don't need to be calculated again
|
||||||
echo "::set-env name=BUILD_FROM::${build_from}"
|
echo "::set-env name=BUILD_FROM::${build_from}"
|
||||||
|
|||||||
Reference in New Issue
Block a user