We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37244df commit 0128677Copy full SHA for 0128677
1 file changed
executables/release.sh
@@ -153,7 +153,7 @@ release_upload() {
153
HTTP_CLIENT_ARGS+=("--max-time" "120")
154
155
var_read GIT_TAG
156
- http_request --header "Content-Type: application/json" "https://${RELEASE_API}/repos/${RELEASE_REPOSITORY}/releases/tags/${GIT_TAG}"
+ http_request --header "Content-Type: application/json" "${RELEASE_API}/repos/${RELEASE_REPOSITORY}/releases/tags/${GIT_TAG}"
157
if [[ ${HTTP_STATUS} != "200" ]]; then
158
http_handle_error "Unable to get release"
159
http_reset
0 commit comments