Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Jun 16, 2024
1 parent 5d749aa commit 44f0139
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,11 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 8
java-version: 17
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Import GPG Key
run: |
mkdir -p ~/.gnupg/
echo "$MAVEN_SIGNING_KEY" | gpg --import -
env:
MAVEN_SIGNING_KEY: ${{ secrets.MAVEN_SIGNING_KEY }}
gpg-private-key: ${{ secrets.MAVEN_SIGNING_KEY }}
- name: Maven Deploy
run: mvn -B -V deploy -Ddeploy
env:
Expand Down

0 comments on commit 44f0139

Please sign in to comment.