File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -325,14 +325,13 @@ jobs:
325
325
- name : Publish to Maven Central
326
326
if : steps.check-publish.outputs.publish == 'true'
327
327
shell : bash
328
- working-directory : smithy-rs-release/smithy-rs
329
328
env :
330
329
GPG_PUBLIC_KEY_SECRET_ARN : ${{ secrets.MAVEN_CENTRAL_GPG_PUBLIC_KEY_SECRET_ARN }}
331
330
GPG_PRIVATE_KEY_SECRET_ARN : ${{ secrets.MAVEN_CENTRAL_GPG_PRIVATE_KEY_SECRET_ARN }}
332
331
GPG_PASSPHRASE_SECRET_ARN : ${{ secrets.MAVEN_CENTRAL_GPG_PASSPHRASE_SECRET_ARN }}
333
332
SONATYPE_CREDENTIALS_SECRET_ARN : ${{ secrets.MAVEN_CENTRAL_SONATYPE_CREDENTIALS_SECRET_ARN }}
334
- run : |2
335
-
333
+ run : |
334
+ pwd
336
335
# Get secrets from AWS Secrets Manager
337
336
GPG_PUBLIC_KEY=$(aws secretsmanager get-secret-value --secret-id $GPG_PUBLIC_KEY_SECRET_ARN --query SecretString --output text)
338
337
GPG_PRIVATE_KEY=$(aws secretsmanager get-secret-value --secret-id $GPG_PRIVATE_KEY_SECRET_ARN --query SecretString --output text)
You can’t perform that action at this time.
0 commit comments