diff --git a/scripts/release.sh b/scripts/release.sh index 225f9a1..7e87b20 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -27,7 +27,7 @@ fi docker build -f build.Dockerfile -t lemur-build . MSYS_NO_PATHCONV=1 docker run -it --rm -v .:/app -w /app --entrypoint bash lemur-build /app/scripts/do-bundle.sh -(read -r -d EOF 'body' <