Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Feb 11, 2025
1 parent aa6660e commit b9a5cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
server-username: SONATYPE_USERNAME
server-password: SONATYPE_PASSWORD
gpg-private-key: ${{ secrets.SONATYPE_GPG_PRIVATE_KEY }}
gpg-passphrase: SONTATYPE_GPG_PASSPHRASE
gpg-passphrase: SONATYPE_GPG_PASSPHRASE

- name: Maven Deploy
run: mvn -B deploy --file pom.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
server-username: SONATYPE_USERNAME
server-password: SONATYPE_PASSWORD
gpg-private-key: ${{ secrets.SONATYPE_GPG_PRIVATE_KEY }}
gpg-passphrase: SONTATYPE_GPG_PASSPHRASE
gpg-passphrase: SONATYPE_GPG_PASSPHRASE

# Set up git config
- name: Setup Git Config
Expand Down

0 comments on commit b9a5cfd

Please sign in to comment.