Skip to content

Commit 1893744

Browse files
committed
added us-east-1 region to the list layer version command
1 parent 50f22e2 commit 1893744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/layers_partitions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
id: get_latest_layer_version
8282
run: |
8383
set -euo pipefail
84-
LAYER_VERSION=$(aws lambda list-layer-versions --layer-name AWSLambdaPowertoolsTypeScriptV2 --query 'LayerVersions[0].Version' --output text)
84+
LAYER_VERSION=$(aws lambda list-layer-versions --layer-name AWSLambdaPowertoolsTypeScriptV2 --query 'LayerVersions[0].Version' --output text --region us-east-1)
8585
echo "LAYER_VERSION=$LAYER_VERSION" >> $GITHUB_OUTPUT
8686
- name: Grab Zip
8787
env:

0 commit comments

Comments
 (0)