We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f505626 commit 3b81e34Copy full SHA for 3b81e34
1 file changed
.github/workflows/publish-to-maven-central.yml
@@ -29,7 +29,7 @@ jobs:
29
cache: 'maven'
30
31
- name: Release Maven package
32
- uses: WasiqB/maven-publish-action@v1
+ uses: samuelmeuli/action-maven-publish@v1
33
with:
34
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
35
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments