Skip to content

Commit 8c16ff0

Browse files
committed
Added GPG support
1 parent 0e8f5aa commit 8c16ff0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
server-id: ossrh
4040
server-username: MAVEN_USERNAME
4141
server-password: MAVEN_PASSWORD
42+
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
43+
gpg-passphrase: MAVEN_GPG_PASSPHRASE
4244

4345
- name: Cache local Maven repository
4446
uses: actions/cache@v2
@@ -53,3 +55,4 @@ jobs:
5355
env:
5456
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
5557
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
58+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)