diff --git a/.github/workflows/release-layer-python.yml b/.github/workflows/release-layer-python.yml index 24102b6f59..03e0de70d8 100644 --- a/.github/workflows/release-layer-python.yml +++ b/.github/workflows/release-layer-python.yml @@ -50,20 +50,20 @@ jobs: strategy: matrix: aws_region: -# - ap-northeast-1 -# - ap-northeast-2 -# - ap-south-1 -# - ap-southeast-1 -# - ap-southeast-2 -# - ca-central-1 -# - eu-central-1 -# - eu-north-1 -# - eu-west-1 -# - eu-west-2 -# - eu-west-3 -# - sa-east-1 -# - us-east-1 -# - us-east-2 + - ap-northeast-1 + - ap-northeast-2 + - ap-south-1 + - ap-southeast-1 + - ap-southeast-2 + - ca-central-1 + - eu-central-1 + - eu-north-1 + - eu-west-1 + - eu-west-2 + - eu-west-3 + - sa-east-1 + - us-east-1 + - us-east-2 - us-west-1 - us-west-2 with: @@ -71,6 +71,6 @@ jobs: layer-name: opentelemetry-python component-version: ${{needs.build-layer.outputs.PYTHON_SDK_VERSION}} # architecture: - release-group: dev + release-group: prod aws_region: ${{ matrix.aws_region }} secrets: inherit