Skip to content

Commit

Permalink
Fix version pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmithuk committed Oct 25, 2023
1 parent 368dfd7 commit e4d9425
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,9 @@ jobs:
steps:
- attach_workspace:
at: ~/artifacts
- aws-cli/setup
- aws-cli/setup:
role_arn: "${AWS_ROLE_ARN}"
region: "us-east-1"
- run:
name: Upload to S3
command: |
Expand Down

0 comments on commit e4d9425

Please sign in to comment.