Skip to content

Commit

Permalink
Fix release.yml invalid bash syntax (esphome#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Jul 29, 2020
1 parent cb0ba64 commit b1d77b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit b1d77b7

Please sign in to comment.