Skip to content

Commit d12b2b6

Browse files
committed
working dir
1 parent 8f03486 commit d12b2b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,14 +325,13 @@ jobs:
325325
- name: Publish to Maven Central
326326
if: steps.check-publish.outputs.publish == 'true'
327327
shell: bash
328-
working-directory: smithy-rs-release/smithy-rs
329328
env:
330329
GPG_PUBLIC_KEY_SECRET_ARN: ${{ secrets.MAVEN_CENTRAL_GPG_PUBLIC_KEY_SECRET_ARN }}
331330
GPG_PRIVATE_KEY_SECRET_ARN: ${{ secrets.MAVEN_CENTRAL_GPG_PRIVATE_KEY_SECRET_ARN }}
332331
GPG_PASSPHRASE_SECRET_ARN: ${{ secrets.MAVEN_CENTRAL_GPG_PASSPHRASE_SECRET_ARN }}
333332
SONATYPE_CREDENTIALS_SECRET_ARN: ${{ secrets.MAVEN_CENTRAL_SONATYPE_CREDENTIALS_SECRET_ARN }}
334-
run: |2
335-
333+
run: |
334+
pwd
336335
# Get secrets from AWS Secrets Manager
337336
GPG_PUBLIC_KEY=$(aws secretsmanager get-secret-value --secret-id $GPG_PUBLIC_KEY_SECRET_ARN --query SecretString --output text)
338337
GPG_PRIVATE_KEY=$(aws secretsmanager get-secret-value --secret-id $GPG_PRIVATE_KEY_SECRET_ARN --query SecretString --output text)

0 commit comments

Comments
 (0)