Skip to content

Commit

Permalink
fix OSSRH_GPG_SECRET_KEY (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg authored Dec 23, 2023
1 parent 10da9ff commit 769104f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fetch-depth: 0
- name: Install gpg secret key
run: |
export GPG_TTY=$(tty)
echo -n ${{ secrets.OSSRH_GPG_SECRET_KEY }} | base64 --decode | gpg --import
- name: Setup Java
uses: actions/setup-java@v1
Expand Down

0 comments on commit 769104f

Please sign in to comment.