diff --git a/gpgit.sh b/gpgit.sh index ebbc473..724f957 100755 --- a/gpgit.sh +++ b/gpgit.sh @@ -785,7 +785,6 @@ else --arg body "${MESSAGE}" \ --argjson prerelease "${PRERELEASE}" \ '{tag_name: $tag_name, target_commitish: $target_commitish, name: $name, body: $body, draft: false, prerelease: $prerelease}')" - if ! GITHUB_RELEASE="$(curl --proto-redir =https -s --data "${API_JSON}" \ "https://github.com/gitapi/repos/${GITHUB_REPO_NAME}/releases" \ -H "Accept: application/vnd.github.v3+json" \