Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Fix release error
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Apr 3, 2024
1 parent 73d2f1b commit ff8bbdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
server-password: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
- name: Prepare GPG
run: |
mkdir -p ~/.gnupg/
echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf
gpgconf --reload gpg-agent
- name: Configure settings.xml for Maven Central release
Expand Down

0 comments on commit ff8bbdf

Please sign in to comment.