Skip to content

Commit deda7d1

Browse files
committed
add all regions back and remove test layer name
1 parent 1c910fb commit deda7d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
aws-region: [ 'us-east-1' ] # , 'us-east-2', 'us-west-1', 'us-west-2', 'eu-central-1', 'eu-west-1', 'eu-north-1', 'ap-southeast-2', 'ca-central-1', 'sa-east-1', 'ap-northeast-1', 'ap-southeast-1', 'ap-south-1', 'ap-northeast-3', 'ap-northeast-2', 'eu-west-2', 'eu-west-3'
11+
aws-region: [ 'us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'eu-central-1', 'eu-west-1', 'eu-north-1', 'ap-southeast-2', 'ca-central-1', 'sa-east-1', 'ap-northeast-1', 'ap-southeast-1', 'ap-south-1', 'ap-northeast-3', 'ap-northeast-2', 'eu-west-2', 'eu-west-3' ]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Setup Go 1.22
@@ -30,7 +30,7 @@ jobs:
3030
working-directory: ./logzio-lambda-extensions-logs/bin
3131
run: |
3232
aws lambda publish-layer-version \
33-
--layer-name LogzioLambdaExtensionLogsTest \
33+
--layer-name LogzioLambdaExtensionLogs \
3434
--description "Extension for shipping Lambda logs to Logz.io ${{ github.event.release.tag_name }}." \
3535
--zip-file "fileb://extension.zip" \
3636
--region ${{ matrix.aws-region }} \
@@ -45,7 +45,7 @@ jobs:
4545
working-directory: ./logzio-lambda-extensions-logs/bin
4646
run: |
4747
aws lambda publish-layer-version \
48-
--layer-name LogzioLambdaExtensionLogsArmTest \
48+
--layer-name LogzioLambdaExtensionLogsArm \
4949
--description "Extension for shipping Lambda logs to Logz.io $ {{ github.event.release.tag_name }}, for arm64 architecture." \
5050
--zip-file "fileb://extension.zip" \
5151
--region ${{ matrix.aws-region }} \

0 commit comments

Comments
 (0)