File tree Expand file tree Collapse file tree 4 files changed +2
-204
lines changed Expand file tree Collapse file tree 4 files changed +2
-204
lines changed Original file line number Diff line number Diff line change 37
37
aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
38
38
ssm_parameter_pairs : ' /production/common/releasing/sonatype/username = SONATYPE_USER_NAME,
39
39
/production/common/releasing/sonatype/password = SONATYPE_PASSWORD,
40
- /production/common/releasing/android_code_signing/private_key_id = SIGNING_KEY_ID,
41
- /production/common/releasing/android_code_signing/private_key_passphrase = SIGNING_KEY_PASSPHRASE'
42
- s3_path_pairs : ' launchdarkly-releaser/android/code-signing-keyring.gpg = code-signing-keyring.gpg'
40
+ s3_path_pairs: ' launchdarkly-releaser/java/code-signing-keyring.gpg = code-signing-keyring.gpg'
43
41
44
42
- uses : ./.github/actions/full-release
45
43
with :
71
69
aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
72
70
ssm_parameter_pairs : ' /production/common/releasing/sonatype/username = SONATYPE_USER_NAME,
73
71
/production/common/releasing/sonatype/password = SONATYPE_PASSWORD,
74
- /production/common/releasing/android_code_signing/private_key_id = SIGNING_KEY_ID,
75
- /production/common/releasing/android_code_signing/private_key_passphrase = SIGNING_KEY_PASSPHRASE'
76
- s3_path_pairs : ' launchdarkly-releaser/android/code-signing-keyring.gpg = code-signing-keyring.gpg'
72
+ s3_path_pairs: ' launchdarkly-releaser/java/code-signing-keyring.gpg = code-signing-keyring.gpg'
77
73
78
74
- uses : ./.github/actions/full-release
79
75
with :
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments