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