Skip to content

Commit

Permalink
fix: username missed
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Jul 31, 2024
1 parent 77ffc9f commit ab1c8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
<id>gpg-sign</id>
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.keyname>your-email@example.com</gpg.keyname>
<gpg.keyname>maxiosorio@gmail.com</gpg.keyname>
<gpg.passphrase>${{ secrets.GPG_PASSPHRASE }}</gpg.passphrase>
</properties>
</profile>
Expand Down

0 comments on commit ab1c8df

Please sign in to comment.