|
39 | 39 | with: |
40 | 40 | aws_assume_role: ${{ vars.AWS_ROLE_ARN }} |
41 | 41 | ssm_parameter_pairs: '/production/common/releasing/sonatype/username = SONATYPE_USER_NAME, |
42 | | - /production/common/releasing/sonatype/password = SONATYPE_PASSWORD' |
43 | | - /production/common/releasing/java/keyId = SIGNING_KEY_ID, |
| 42 | + /production/common/releasing/sonatype/password = SONATYPE_PASSWORD, |
| 43 | + /production/common/releasing/java/keyId = SIGNING_KEY_ID' |
44 | 44 | s3_path_pairs: 'launchdarkly-releaser/java/code-signing-keyring.gpg = code-signing-keyring.gpg' |
45 | 45 |
|
46 | 46 | - uses: ./.github/actions/full-release |
|
72 | 72 | with: |
73 | 73 | aws_assume_role: ${{ vars.AWS_ROLE_ARN }} |
74 | 74 | ssm_parameter_pairs: '/production/common/releasing/sonatype/username = SONATYPE_USER_NAME, |
75 | | - /production/common/releasing/sonatype/password = SONATYPE_PASSWORD' |
76 | | - /production/common/releasing/java/keyId = SIGNING_KEY_ID, |
| 75 | + /production/common/releasing/sonatype/password = SONATYPE_PASSWORD, |
| 76 | + /production/common/releasing/java/keyId = SIGNING_KEY_ID' |
77 | 77 | s3_path_pairs: 'launchdarkly-releaser/java/code-signing-keyring.gpg = code-signing-keyring.gpg' |
78 | 78 |
|
79 | 79 | - uses: ./.github/actions/full-release |
@@ -105,8 +105,8 @@ jobs: |
105 | 105 | with: |
106 | 106 | aws_assume_role: ${{ vars.AWS_ROLE_ARN }} |
107 | 107 | ssm_parameter_pairs: '/production/common/releasing/sonatype/username = SONATYPE_USER_NAME, |
108 | | - /production/common/releasing/sonatype/password = SONATYPE_PASSWORD' |
109 | | - /production/common/releasing/java/keyId = SIGNING_KEY_ID, |
| 108 | + /production/common/releasing/sonatype/password = SONATYPE_PASSWORD, |
| 109 | + /production/common/releasing/java/keyId = SIGNING_KEY_ID' |
110 | 110 | s3_path_pairs: 'launchdarkly-releaser/java/code-signing-keyring.gpg = code-signing-keyring.gpg' |
111 | 111 |
|
112 | 112 | - uses: ./.github/actions/full-release |
@@ -138,8 +138,8 @@ jobs: |
138 | 138 | with: |
139 | 139 | aws_assume_role: ${{ vars.AWS_ROLE_ARN }} |
140 | 140 | ssm_parameter_pairs: '/production/common/releasing/sonatype/username = SONATYPE_USER_NAME, |
141 | | - /production/common/releasing/sonatype/password = SONATYPE_PASSWORD' |
142 | | - /production/common/releasing/java/keyId = SIGNING_KEY_ID, |
| 141 | + /production/common/releasing/sonatype/password = SONATYPE_PASSWORD, |
| 142 | + /production/common/releasing/java/keyId = SIGNING_KEY_ID' |
143 | 143 | s3_path_pairs: 'launchdarkly-releaser/java/code-signing-keyring.gpg = code-signing-keyring.gpg' |
144 | 144 |
|
145 | 145 | - uses: ./.github/actions/full-release |
@@ -172,8 +172,8 @@ jobs: |
172 | 172 | with: |
173 | 173 | aws_assume_role: ${{ vars.AWS_ROLE_ARN }} |
174 | 174 | ssm_parameter_pairs: '/production/common/releasing/sonatype/username = SONATYPE_USER_NAME, |
175 | | - /production/common/releasing/sonatype/password = SONATYPE_PASSWORD' |
176 | | - /production/common/releasing/java/keyId = SIGNING_KEY_ID, |
| 175 | + /production/common/releasing/sonatype/password = SONATYPE_PASSWORD, |
| 176 | + /production/common/releasing/java/keyId = SIGNING_KEY_ID' |
177 | 177 | s3_path_pairs: 'launchdarkly-releaser/java/code-signing-keyring.gpg = code-signing-keyring.gpg' |
178 | 178 |
|
179 | 179 | - uses: ./.github/actions/full-release |
|
0 commit comments