Skip to content

Commit

Permalink
Fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
NawaMan committed Jul 5, 2023
1 parent c0d5d7c commit f103a56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -15,6 +15,11 @@ jobs:
with:
java-version: '8'
distribution: 'adopt'
- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v1
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_SECRET_KEY }}
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
- name: Publish package
env:
NEXUS2_USERNAME: ${{ secrets.NEXUS2_USERNAME }}
Expand Down

0 comments on commit f103a56

Please sign in to comment.