Skip to content

Commit

Permalink
Update maven-deploy.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Jackson <13633636+ElliotMJackson@users.noreply.github.com>
  • Loading branch information
elliotmjackson authored Sep 28, 2022
1 parent dd479d9 commit 8f68ee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
gpg-private-key: ${{ env.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ env.GPG_PASSPHRASE }}

- name: Build with Maven
working-directory: ${{ github.workspace }}/java
Expand Down

0 comments on commit 8f68ee0

Please sign in to comment.