make release on tags draft

This commit is contained in:
Kyle Robbertze 2021-05-21 16:45:29 +02:00
parent c7c62b1268
commit ca28cc5170
3 changed files with 9 additions and 10 deletions

View file

@ -25,10 +25,6 @@ fi
echo "Creating tarball for LibreTime ${suffix}."
# Adding dos2unix package
apt update -y -q
apt install dos2unix php composer -y
echo -n "Creating VERSION file for ${suffix}..."
echo -n "${suffix}" > ./VERSION
echo " Done"