Skip to content

Commit 4991055

Browse files
committed
[2.0.0] - 2025-07-27
1 parent ab2cd48 commit 4991055

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_maven_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: '17'
2525
distribution: 'corretto'
2626
cache: maven
27-
server-id: ossrh
27+
server-id: ${{ vars.MAVEN_SERVERID }}
2828
server-username: MAVEN_USERNAME
2929
server-password: MAVEN_PASSWORD
3030
- name: Import gpg
@@ -34,5 +34,5 @@ jobs:
3434
- name: Publish package
3535
run: mvn --batch-mode deploy -P doRelease
3636
env:
37-
MAVEN_USERNAME: ${{ secrets.OSS_USERNAME }}
38-
MAVEN_PASSWORD: ${{ secrets.OSS_PASSWORD }}
37+
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
38+
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)