We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7475bc5 commit c8f2acbCopy full SHA for c8f2acb
.github/workflows/publish-maven.yml
@@ -18,7 +18,7 @@ jobs:
18
distribution: 'temurin'
19
- name: Configure GPG Key
20
run: |
21
- echo -n "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode | gpg --import
+ echo -n "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode | gpg --import --batch
22
- name: Publish package
23
run: mvn --batch-mode deploy
24
env:
0 commit comments