Skip to content

Commit

Permalink
Configure GPG key (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi authored Jan 13, 2024
1 parent 3fc58d0 commit 12729c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ jobs:
}
]
- name: Publish to Maven Central
run: mvn -B deploy -P ossrh
run: |
git config user.signingkey ${{ secrets.GPG_KEY }}
mvn -B deploy -P ossrh
env:
GPG_KEYNAME: ${{ secrets.GPG_KEYNAME }}

0 comments on commit 12729c9

Please sign in to comment.