From 41544c5e7dbb55493ae55670baa8de74eef4b4b1 Mon Sep 17 00:00:00 2001 From: Ivaria <ivaria@vuhdo.io> Date: Sat, 9 Nov 2019 23:29:19 +0000 Subject: [PATCH] Reverting prior change --- .release/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release/release.sh b/.release/release.sh index 280ce76..197a419 100644 --- a/.release/release.sh +++ b/.release/release.sh @@ -2481,7 +2481,7 @@ if [ -z "$skip_upload" ]; then # Upload archives if upload_gitlab_asset "$archive_name" "$archive" && { [[ ! -f "$nolib_archive" ]] || upload_gitlab_asset "$nolib_archive_name" "$nolib_archive"; } then # delete existing release for the tag - #curl -sS -X DELETE -H "PRIVATE-TOKEN: $gitlab_token" "https://gitlab.vuhdo.io/api/v4/projects/$gitlab_id/releases/$tag" > /dev/null + curl -sS -X DELETE -H "PRIVATE-TOKEN: $gitlab_token" "https://gitlab.vuhdo.io/api/v4/projects/$gitlab_id/releases/$tag" > /dev/null _gl_payload_desc=$( cat "$changelog_githost" | jq --slurp --raw-input '.' | awk -F '--------------------------------------------------------------' '{print $1 FS "."}' | sed -e 's/.\{63\}$//' ) -- GitLab