Skip to content

Commit

Permalink
fix: user missed
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Jul 31, 2024
1 parent 39c67b6 commit 77ffc9f
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 @@ -33,7 +33,7 @@ jobs:
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: |
echo "test message" | gpg --batch --yes --pinentry-mode loopback --passphrase "$GPG_PASSPHRASE" --sign --local-user your-email@example.com
echo "test message" | gpg --batch --yes --pinentry-mode loopback --passphrase "$GPG_PASSPHRASE" --sign --local-user maxiosorio@gmail.com
- name: Set up Maven settings
run: |
Expand Down

0 comments on commit 77ffc9f

Please sign in to comment.