Skip to content

Commit

Permalink
[chore] prepare nodejs layer release (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkuba authored Jun 6, 2023
1 parent 121e0ae commit c6a7138
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release-layer-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -72,6 +72,6 @@ jobs:
component-version: ${{needs.build-layer.outputs.NODEJS_VERSION}}
# architecture:
runtimes: nodejs14.x nodejs16.x nodejs18.x
release-group: dev
release-group: prod
aws_region: ${{ matrix.aws_region }}
secrets: inherit

0 comments on commit c6a7138

Please sign in to comment.