Skip to content

Commit

Permalink
add all regions back and remove test layer name
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama committed Jun 5, 2024
1 parent 1c910fb commit deda7d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
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'
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' ]
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.22
Expand All @@ -30,7 +30,7 @@ jobs:
working-directory: ./logzio-lambda-extensions-logs/bin
run: |
aws lambda publish-layer-version \
--layer-name LogzioLambdaExtensionLogsTest \
--layer-name LogzioLambdaExtensionLogs \
--description "Extension for shipping Lambda logs to Logz.io ${{ github.event.release.tag_name }}." \
--zip-file "fileb://extension.zip" \
--region ${{ matrix.aws-region }} \
Expand All @@ -45,7 +45,7 @@ jobs:
working-directory: ./logzio-lambda-extensions-logs/bin
run: |
aws lambda publish-layer-version \
--layer-name LogzioLambdaExtensionLogsArmTest \
--layer-name LogzioLambdaExtensionLogsArm \
--description "Extension for shipping Lambda logs to Logz.io $ {{ github.event.release.tag_name }}, for arm64 architecture." \
--zip-file "fileb://extension.zip" \
--region ${{ matrix.aws-region }} \
Expand Down

0 comments on commit deda7d1

Please sign in to comment.