We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f2aec commit e6f5fddCopy full SHA for e6f5fdd
.github/workflows/maven-publish-snapshot.yml
@@ -25,7 +25,7 @@ jobs:
25
java-version: '17'
26
distribution: 'temurin'
27
# Maven Distribution Server (step creates .m2/settings.xml)
28
- server-id: 'sonatype-central'
+ server-id: 'central'
29
server-username: SONATYPE_USERNAME
30
server-password: SONATYPE_TOKEN
31
- name: Publish SNAPSHOT to sonatype central with Apache Maven
0 commit comments