Skip to content

Commit e32c18c

Browse files
committed
AZP/SNAPSHOT: Fix variable substitution syntax for JUCX publishing
1 parent 1c22ffc commit e32c18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildlib/jucx/jucx-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
set -eE
5454
{
5555
echo -e "<settings><servers><server>"
56-
echo -e "<id>ossrh</id><username>\${env.SONATYPE_USERNAME}</username>"
57-
echo -e "<password>\${env.SONATYPE_PASSWORD}</password>"
56+
echo -e "<id>ossrh</id><username>$(SONATYPE_USERNAME)</username>"
57+
echo -e "<password>$(SONATYPE_PASSWORD)</password>"
5858
echo -e "</server></servers></settings>"
5959
} > $(temp_cfg)
6060
displayName: Generate temporary config

0 commit comments

Comments
 (0)