Skip to content

Commit

Permalink
fix(releasing): Export AWS_REGION
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
  • Loading branch information
jszwedko committed Jun 28, 2022
1 parent 222683f commit b140798
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release-s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ DATE="${DATE:-"$(date -u +%Y-%m-%d)"}"
VERIFY_TIMEOUT="${VERIFY_TIMEOUT:-"30"}" # seconds
VERIFY_RETRIES="${VERIFY_RETRIES:-"2"}"

export AWS_REGION=us-east-1

#
# Setup
#
Expand Down

0 comments on commit b140798

Please sign in to comment.