File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
with :
37
37
aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
38
38
ssm_parameter_pairs : ' /production/common/releasing/sonatype/username = SONATYPE_USER_NAME,
39
- /production/common/releasing/sonatype/password = SONATYPE_PASSWORD,
39
+ /production/common/releasing/sonatype/password = SONATYPE_PASSWORD'
40
40
s3_path_pairs : ' launchdarkly-releaser/java/code-signing-keyring.gpg = code-signing-keyring.gpg'
41
41
42
42
- uses : ./.github/actions/full-release
68
68
with :
69
69
aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
70
70
ssm_parameter_pairs : ' /production/common/releasing/sonatype/username = SONATYPE_USER_NAME,
71
- /production/common/releasing/sonatype/password = SONATYPE_PASSWORD,
71
+ /production/common/releasing/sonatype/password = SONATYPE_PASSWORD'
72
72
s3_path_pairs : ' launchdarkly-releaser/java/code-signing-keyring.gpg = code-signing-keyring.gpg'
73
73
74
74
- uses : ./.github/actions/full-release
You can’t perform that action at this time.
0 commit comments