Skip to content

Commit 3b81e34

Browse files
committed
fix: roll back to previous release-action
1 parent f505626 commit 3b81e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: 'maven'
3030

3131
- name: Release Maven package
32-
uses: WasiqB/maven-publish-action@v1
32+
uses: samuelmeuli/action-maven-publish@v1
3333
with:
3434
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3535
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)