Skip to content

Commit

Permalink
Merge pull request #10343 from Alexey-Rivkin/topic/jucx_publish_fix
Browse files Browse the repository at this point in the history
AZP/RELEASE: Fix variable substitution syntax for JUCX publishing
  • Loading branch information
yosefe authored Jan 13, 2025
2 parents cc312ea + ba1374e commit f3bc9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildlib/jucx/jucx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
set -eE
{
echo -e "<settings><servers><server>"
echo -e "<id>ossrh</id><username>\${env.SONATYPE_USERNAME}</username>"
echo -e "<password>\${env.SONATYPE_PASSWORD}</password>"
echo -e "<id>ossrh</id><username>$(SONATYPE_USERNAME)</username>"
echo -e "<password>$(SONATYPE_PASSWORD)</password>"
echo -e "</server></servers></settings>"
} > $(temp_cfg)
displayName: Generate temporary config
Expand Down

0 comments on commit f3bc9a3

Please sign in to comment.