Skip to content

Commit

Permalink
Maven deploy 11 (#13)
Browse files Browse the repository at this point in the history
* fix OSSRH_GPG_SECRET_KEY 2

* fix OSSRH_GPG_SECRET_KEY 3

* fix OSSRH_GPG_SECRET_KEY 4

* fix OSSRH_GPG_SECRET_KEY 4
  • Loading branch information
nkysg authored Dec 23, 2023
1 parent c0afaa7 commit 6322f6b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maven_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
with:
ref: 'main'
fetch-depth: 0

- name: Install gpg secret key
run: |
mkdir -p ~/.gnupg/private-keys-v1.d
chmod 700 ~/.gnupg/private-keys-v1.d
echo -n ${{ secrets.OSSRH_GPG_SECRET_KEY }} | base64 --decode | gpg --import
- name: Setup Java
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 6322f6b

Please sign in to comment.