File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,20 @@ 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 :
72
72
component-version : ${{needs.build-layer.outputs.NODEJS_VERSION}}
73
73
# architecture:
74
74
runtimes : nodejs14.x nodejs16.x nodejs18.x
75
- release-group : dev
75
+ release-group : prod
76
76
aws_region : ${{ matrix.aws_region }}
77
77
secrets : inherit
You can’t perform that action at this time.
0 commit comments