Skip to content

Commit 92daed4

Browse files
committed
remove LAMBDA_REGIONS var
1 parent aa344b9 commit 92daed4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919
RELEASE_PRIVATE_REGISTRY: 020628701572.dkr.ecr.us-west-2.amazonaws.com
2020
PACKAGE_NAME: aws-distro-opentelemetry-node-autoinstrumentation
2121
ARTIFACT_NAME: aws-aws-distro-opentelemetry-node-autoinstrumentation-${{ github.event.inputs.version }}.tgz
22-
LAMBDA_AWS_REGIONS: ${{ github.event.inputs.aws_region }}
2322
COMMERCIAL_REGIONS: us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, eu-north-1, sa-east-1, ap-southeast-5, ap-southeast-7, mx-central-1, ca-west-1, cn-north-1, cn-northwest-1
2423
LAYER_NAME: AWSOpenTelemetryDistroJs
2524

@@ -152,7 +151,7 @@ jobs:
152151
- name: Set up regions matrix
153152
id: set-matrix
154153
run: |
155-
IFS=',' read -ra REGIONS <<< "${{ env.LAMBDA_AWS_REGIONS }}"
154+
IFS=',' read -ra REGIONS <<< "${{ github.event.inputs.aws_region }}"
156155
MATRIX="["
157156
for region in "${REGIONS[@]}"; do
158157
trimmed_region=$(echo "$region" | xargs)

0 commit comments

Comments
 (0)