Skip to content

Commit

Permalink
fix secret variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
TechWorld-Software committed Aug 12, 2024
1 parent 9f7bcd9 commit 09b6f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
env:
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
CENTRAL_USERNAME: ${{ secrets.SONARTYPE_USERNAME }}
CENTRAL_PASSWORD: ${{ secrets.SONARTYPE_PASSWORD }}
CENTRAL_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
CENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: |
mkdir -p $HOME/.m2
echo "Central_Username is ${CENTRAL_USERNAME}"
Expand Down

0 comments on commit 09b6f47

Please sign in to comment.