Skip to content

Commit afab04f

Browse files
authored
chore(ci): fix region typo in govcloud (#3762)
1 parent 57d6344 commit afab04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/layers_govcloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
cat AWSLambdaPowertoolsTypeScriptV2.json | jq '{"LayerName": "AWSLambdaPowertoolsTypeScriptV2", "Description": .Description, "CompatibleRuntimes": .CompatibleRuntimes, "LicenseInfo": .LicenseInfo}' > input.json
105105
106-
LAYER_VERSION=$(aws --region us-gov-west-1 lambda publish-layer-version \
106+
LAYER_VERSION=$(aws --region us-gov-east-1 lambda publish-layer-version \
107107
--zip-file fileb://./AWSLambdaPowertoolsTypeScriptV2.zip \
108108
--cli-input-json file://./input.json \
109109
--query 'Version' \

0 commit comments

Comments
 (0)