Skip to content

Commit

Permalink
Configure GPG key
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jan 13, 2024
1 parent 3fc58d0 commit 19694ad
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 19694ad

Please sign in to comment.