Variable name fix.
This commit is contained in:
parent
560d960ec9
commit
c09b1394fc
|
@ -37,8 +37,8 @@ steps:
|
||||||
|
|
||||||
# 3. Import keys into gpg
|
# 3. Import keys into gpg
|
||||||
- bash: |
|
- bash: |
|
||||||
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/public.gpg
|
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/public.pgp
|
||||||
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/private.gpg
|
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/private.pgp
|
||||||
gpg --list-keys --keyid-format LONG
|
gpg --list-keys --keyid-format LONG
|
||||||
gpg --list-secret-keys --keyid-format LONG
|
gpg --list-secret-keys --keyid-format LONG
|
||||||
displayName: 'Import signing keys into gpg.'
|
displayName: 'Import signing keys into gpg.'
|
||||||
|
@ -57,8 +57,8 @@ steps:
|
||||||
<servers>
|
<servers>
|
||||||
<server>
|
<server>
|
||||||
<id>ossrh</id>
|
<id>ossrh</id>
|
||||||
<username>$(SONATYPE_USER)</username>
|
<username>$(SONATYPE_USERNAME)</username>
|
||||||
<password>$(SONATYPE_PASS)</password>
|
<password>$(SONATYPE_PASSWORD)</password>
|
||||||
</server>
|
</server>
|
||||||
</servers>
|
</servers>
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
Loading…
Reference in New Issue