We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dc729 commit 76991cbCopy full SHA for 76991cb
.github/workflows/release-workflow.yml
@@ -63,9 +63,12 @@ jobs:
63
with:
64
distribution: 'temurin'
65
java-version: '21'
66
+ server-id: central
67
# The following variables are defined in https://github.com/eclipse-esmf/.eclipsefdn/blob/main/otterdog/eclipse-esmf.jsonnet
68
gpg-private-key: ${{ secrets.PGP_KEY }}
69
gpg-passphrase: PGP_KEY_PASSWORD
70
+ server-username: CENTRAL_SONATYPE_TOKEN_USERNAME
71
+ server-password: CENTRAL_SONATYPE_TOKEN_PASSWORD
72
overwrite-settings: false
73
74
- name: Setup JDK
0 commit comments