From 4d625f97baccad0402dc4446cad9c0c0e4ab141e Mon Sep 17 00:00:00 2001 From: Voomra Date: Mon, 18 Aug 2025 13:02:07 +0300 Subject: [PATCH] =?UTF-8?q?build(ci):=20fix=20=D0=B8=D1=81=D0=BF=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkinsfile b/.jenkinsfile index 0d86b27..42c8473 100644 --- a/.jenkinsfile +++ b/.jenkinsfile @@ -38,7 +38,7 @@ pipeline { curl -X POST \ -H "Authorization: token ${GITEA_TOKEN}" \ -H "Content-Type: application/json" \ - -d '${releaseData}' \ + -d ''' + "'${releaseData}'" + ''' \ "${GITEA_API_URL}/repos/${GITEA_REPO_OWNER}/${GITEA_REPO_NAME}/releases" ''', returnStdout: true).trim()