Skip to content

Commit c6a7138

Browse files
authored
[chore] prepare nodejs layer release (#746)
1 parent 121e0ae commit c6a7138

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/release-layer-nodejs.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@ jobs:
5050
strategy:
5151
matrix:
5252
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
6767
- us-west-1
6868
- us-west-2
6969
with:
@@ -72,6 +72,6 @@ jobs:
7272
component-version: ${{needs.build-layer.outputs.NODEJS_VERSION}}
7373
# architecture:
7474
runtimes: nodejs14.x nodejs16.x nodejs18.x
75-
release-group: dev
75+
release-group: prod
7676
aws_region: ${{ matrix.aws_region }}
7777
secrets: inherit

0 commit comments

Comments
 (0)