Skip to content

Commit

Permalink
Single quotes replaced to allow expanding variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ivo.liondov authored and ivo.liondov committed Dec 28, 2024
1 parent 289ccf1 commit ebd73eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .maven/maven-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ebd73eb

Please sign in to comment.