From ebd73ebd6df19a3d5d58c84d092d4a9d5c1e8d36 Mon Sep 17 00:00:00 2001 From: "ivo.liondov" Date: Sat, 28 Dec 2024 15:57:16 +0200 Subject: [PATCH] Single quotes replaced to allow expanding variable --- .maven/maven-publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.maven/maven-publish.sh b/.maven/maven-publish.sh index 44e1d19..55eb81c 100755 --- a/.maven/maven-publish.sh +++ b/.maven/maven-publish.sh @@ -29,6 +29,6 @@ echo ${MAVEN_CREDENTIALS} > ${WORKSPACE}/maven-credentials.txt # Publish the body artifact curl --request POST \ --verbose \ - --header 'Authorization: Bearer ${MAVEN_CREDENTIALS}' \ + --header "Authorization: Bearer ${MAVEN_CREDENTIALS}" \ --form bundle=@${BODY_ARTIFACT} \ https://central.sonatype.com/api/v1/publisher/upload?publishingType=USER_MANAGED