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 ee8b22b commit 629ac8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
draft: false
prerelease: false

- name: Import GPG private key
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
- name: Publish to the Maven Central Repository
run: |
mvn --batch-mode deploy
Expand Down

0 comments on commit 629ac8d

Please sign in to comment.