Skip to content

Commit

Permalink
Merge pull request #235 from RedisInsight/fix/s3_path
Browse files Browse the repository at this point in the history
fix s3 path
  • Loading branch information
vlad-dargel authored Dec 20, 2024
2 parents a0231af + e2e6e10 commit fb10d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
AWS_DISTRIBUTION_ID: ${{ secrets.AWS_DISTRIBUTION_ID }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
AWS_DEFAULT_REGION: ${{ vars.AWS_DEFAULT_REGION }}

jobs:
release-private:
Expand Down

0 comments on commit fb10d4b

Please sign in to comment.