Skip to content

Commit

Permalink
Fix3 deploy (#19)
Browse files Browse the repository at this point in the history
* fix gpg

* fix2 deploy

* fix3 deploy
  • Loading branch information
nkysg authored Dec 24, 2023
1 parent 5dec723 commit 0988a3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
server-password: ${{ secrets.OSSRH_TOKEN }}
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
gpg-passphrase: ${{ secrets.OSSRH_GPG_PASSPHRASE }}
cache: 'maven
cache: 'maven'


- name: Publish to Maven Central repository
env:
Expand Down

0 comments on commit 0988a3a

Please sign in to comment.