From c3c087eb9e6f67d378be413526694a3b3b2ec3f0 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Wed, 16 Dec 2020 11:21:56 +0100 Subject: [PATCH] fix derp and add push --- gen_ota_json.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gen_ota_json.sh b/gen_ota_json.sh index de873bd..8201c02 100755 --- a/gen_ota_json.sh +++ b/gen_ota_json.sh @@ -40,6 +40,7 @@ url="https://github.com/SGCMarkus/Lineage-OTA/releases/download/${TAG}/${FILENAM sed -i "s!${oldurl}!\"${url}\",!g" $DEVICE.json git add $DEVICE.json -git commit -m "Update ${$DEVICE} to ${d}" +git commit -m "Update ${DEVICE} to ${d}" +git push sgc lineage-18.0 hub release create -a ../out/target/product/$DEVICE/$FILENAME -a changelog.txt -m "${TAG}" "${TAG}"