Skip to content

Commit

Permalink
Further attempt to fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Jun 16, 2024
1 parent ca991b8 commit 7f6197b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.MAVEN_SIGNING_KEY }}
gpg-passphrase: ""
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Maven Deploy
run: mvn -B -V deploy -Ddeploy
run: mvn -B -V deploy -Ddeploy -Dgpg.signer=bc
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
Expand Down

0 comments on commit 7f6197b

Please sign in to comment.