Skip to content

Commit

Permalink
Fixed workflow error.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunquakes committed Feb 19, 2024
1 parent f385822 commit 6d1795d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
prerelease: false

- name: Import GPG private key
run: echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
- name: Build and sign artifacts
run: |
Expand Down

0 comments on commit 6d1795d

Please sign in to comment.