Skip to content

Commit 7649507

Browse files
committed
further CI wf improvements
1 parent 2e0b60d commit 7649507

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/continuous-integration.yml

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
java-version: '17'
1919
distribution: 'temurin'
2020
cache: 'maven'
21+
server-id: ossrh
22+
server-username: MAVEN_USERNAME
23+
server-password: MAVEN_PASSWORD
24+
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
25+
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2126

2227
- name: Setup Node.js
2328
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)