We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8f5aa commit 8c16ff0Copy full SHA for 8c16ff0
.github/workflows/release.yml
@@ -39,6 +39,8 @@ jobs:
39
server-id: ossrh
40
server-username: MAVEN_USERNAME
41
server-password: MAVEN_PASSWORD
42
+ gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
43
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
44
45
- name: Cache local Maven repository
46
uses: actions/cache@v2
@@ -53,3 +55,4 @@ jobs:
53
55
env:
54
56
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
57
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
58
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
0 commit comments