Explicitly set region for AWS S3 publishing
Fixes the following error: `Error: Region is missing`
This commit is contained in:
committed by
Jay Linski
parent
d025292e06
commit
6f1de2025e
@@ -34,5 +34,6 @@ jobs:
|
||||
npm run publish:aws
|
||||
env:
|
||||
S3_BUCKET_NAME: 'builds.handlebarsjs.com'
|
||||
S3_REGION: 'us-east-1'
|
||||
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
|
||||
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user