We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae677d4 + 425a234 commit 7c0818eCopy full SHA for 7c0818e
.github/actions/sync-to-maven-central/action.yml
@@ -7,12 +7,12 @@ inputs:
7
ossrh-s01-staging-profile:
8
description: 'Staging profile to use when syncing to Central'
9
required: true
10
- ossrh-s01-token-username:
11
- description: 'Username for authentication with s01.oss.sonatype.org'
12
- required: true
13
ossrh-s01-token-password:
14
description: 'Password for authentication with s01.oss.sonatype.org'
15
+ ossrh-s01-token-username:
+ description: 'Username for authentication with s01.oss.sonatype.org'
+ required: true
16
spring-boot-version:
17
description: 'Version of Spring Boot that is being synced to Central'
18
0 commit comments