File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -50,27 +50,27 @@ jobs:
50
50
strategy :
51
51
matrix :
52
52
aws_region :
53
- # - ap-northeast-1
54
- # - ap-northeast-2
55
- # - ap-south-1
56
- # - ap-southeast-1
57
- # - ap-southeast-2
58
- # - ca-central-1
59
- # - eu-central-1
60
- # - eu-north-1
61
- # - eu-west-1
62
- # - eu-west-2
63
- # - eu-west-3
64
- # - sa-east-1
65
- # - us-east-1
66
- # - us-east-2
53
+ - ap-northeast-1
54
+ - ap-northeast-2
55
+ - ap-south-1
56
+ - ap-southeast-1
57
+ - ap-southeast-2
58
+ - ca-central-1
59
+ - eu-central-1
60
+ - eu-north-1
61
+ - eu-west-1
62
+ - eu-west-2
63
+ - eu-west-3
64
+ - sa-east-1
65
+ - us-east-1
66
+ - us-east-2
67
67
- us-west-1
68
68
- us-west-2
69
69
with :
70
70
artifact-name : opentelemetry-python-layer.zip
71
71
layer-name : opentelemetry-python
72
72
component-version : ${{needs.build-layer.outputs.PYTHON_SDK_VERSION}}
73
73
# architecture:
74
- release-group : dev
74
+ release-group : prod
75
75
aws_region : ${{ matrix.aws_region }}
76
76
secrets : inherit
You can’t perform that action at this time.
0 commit comments