Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Jan 30, 2021
1 parent 53f3bc4 commit f16790c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gpgit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit f16790c

Please sign in to comment.