Skip to content

Commit

Permalink
Further attempt to fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Jun 16, 2024
1 parent d783537 commit b80f36f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.MAVEN_SIGNING_KEY }}
gpg-passphrase: ""
- name: Maven Deploy
run: mvn -B -V deploy -Ddeploy
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
MAVEN_GPG_KEY: ${{ secrets.MAVEN_SIGNING_KEY }}
MAVEN_GPG_PASSPHRASE: ""
- name: Generate javadocs
run: mvn compile javadoc:aggregate
- name: Publish javadocs
Expand Down

0 comments on commit b80f36f

Please sign in to comment.