Skip to content

Commit 0128677

Browse files
committed
feat: Fixing https prefix for the api
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent 37244df commit 0128677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

executables/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ release_upload() {
153153
HTTP_CLIENT_ARGS+=("--max-time" "120")
154154

155155
var_read GIT_TAG
156-
http_request --header "Content-Type: application/json" "https://${RELEASE_API}/repos/${RELEASE_REPOSITORY}/releases/tags/${GIT_TAG}"
156+
http_request --header "Content-Type: application/json" "${RELEASE_API}/repos/${RELEASE_REPOSITORY}/releases/tags/${GIT_TAG}"
157157
if [[ ${HTTP_STATUS} != "200" ]]; then
158158
http_handle_error "Unable to get release"
159159
http_reset

0 commit comments

Comments
 (0)