From 87048b04b9c3f1676e195b4a5b43acb4f52dbc1d Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Thu, 8 Aug 2024 22:35:59 +0200 Subject: [PATCH] Update upload.sh --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index 4fcd6858..ac3e75c3 100644 --- a/upload.sh +++ b/upload.sh @@ -27,7 +27,7 @@ createRelease() { "https://api.github.com/repos/$GUSER/$GREPO/releases" \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer $IMBROGLIOTOKEN" \ - -d "{\"tag_name\":\"$TAG\",\"name\":\"AOSP 14.0 $TAG\",\"body\":\"## Changelog\n- ...\n\n## Notes\n- ...\",\"draft\":true}") + -d "{\"tag_name\":\"$TAG\",\"name\":\"ImbrogliOS 14.0 $TAG\",\"body\":\"## Changelog\n- ...\n\n## Notes\n- ...\",\"draft\":true}") id=$(echo "$res" | jq -rc ".id") echo }