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 20b3e61 commit 425a234Copy full SHA for 425a234
.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