Skip to content

Commit adce460

Browse files
committed
update
1 parent 60c1eed commit adce460

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v3
1717

18-
- name: Set up JDK 21
18+
- name: Set up JDK 21 and Maven Central credentials
1919
uses: actions/setup-java@v3
2020
with:
2121
java-version: '21'
2222
distribution: 'temurin'
2323
cache: maven
24+
server-id: ossrh
25+
server-username: OSSRH_USERNAME
26+
server-password: OSSRH_PASSWORD
2427

2528
- name: Set up GPG
2629
uses: crazy-max/ghaction-import-gpg@v5

0 commit comments

Comments
 (0)