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 627e897 commit 0c09999Copy full SHA for 0c09999
.github/workflows/publish-maven-snapshots.yml
@@ -35,8 +35,4 @@ jobs:
35
36
- name: Publish snapshots to maven
37
run: |
38
- export SONATYPE_USERNAME=$(aws secretsmanager get-secret-value --secret-id maven-snapshots-username --query SecretString --output text)
39
- export SONATYPE_PASSWORD=$(aws secretsmanager get-secret-value --secret-id maven-snapshots-password --query SecretString --output text)
40
- echo "::add-mask::$SONATYPE_USERNAME"
41
- echo "::add-mask::$SONATYPE_PASSWORD"
42
./gradlew --no-daemon publishPublishMavenPublicationToSnapshotRepoRepository
0 commit comments