Skip to content

Commit

Permalink
fix: use proper secret for gpg passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Feb 14, 2024
1 parent a580909 commit 18251ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Configure Git author
run: |
Expand Down

0 comments on commit 18251ef

Please sign in to comment.