Variable name fix.

This commit is contained in:
Mark Iantorno 2021-01-21 16:01:36 -05:00
parent 560d960ec9
commit c09b1394fc
1 changed files with 4 additions and 4 deletions

View File

@ -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>