Skip to content

Commit fb10d4b

Browse files
authored
Merge pull request #235 from RedisInsight/fix/s3_path
fix s3 path
2 parents a0231af + e2e6e10 commit fb10d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
AWS_DISTRIBUTION_ID: ${{ secrets.AWS_DISTRIBUTION_ID }}
99
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
1010
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
11-
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
11+
AWS_DEFAULT_REGION: ${{ vars.AWS_DEFAULT_REGION }}
1212

1313
jobs:
1414
release-private:

0 commit comments

Comments
 (0)