Skip to content

Commit e4d9425

Browse files
committed
Fix version pipeline
1 parent 368dfd7 commit e4d9425

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,9 @@ jobs:
411411
steps:
412412
- attach_workspace:
413413
at: ~/artifacts
414-
- aws-cli/setup
414+
- aws-cli/setup:
415+
role_arn: "${AWS_ROLE_ARN}"
416+
region: "us-east-1"
415417
- run:
416418
name: Upload to S3
417419
command: |

0 commit comments

Comments
 (0)