Skip to content

Commit 76991cb

Browse files
committed
Setup Maven Central configuration for Linux build job
1 parent 90dc729 commit 76991cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,12 @@ jobs:
6363
with:
6464
distribution: 'temurin'
6565
java-version: '21'
66+
server-id: central
6667
# The following variables are defined in https://github.com/eclipse-esmf/.eclipsefdn/blob/main/otterdog/eclipse-esmf.jsonnet
6768
gpg-private-key: ${{ secrets.PGP_KEY }}
6869
gpg-passphrase: PGP_KEY_PASSWORD
70+
server-username: CENTRAL_SONATYPE_TOKEN_USERNAME
71+
server-password: CENTRAL_SONATYPE_TOKEN_PASSWORD
6972
overwrite-settings: false
7073

7174
- name: Setup JDK

0 commit comments

Comments
 (0)