Skip to content

Commit 2ed66e3

Browse files
committed
correct workflow aws region
1 parent 312693d commit 2ed66e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
8080
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
81-
aws-region: ${{ vars.AWS_REGION }}
81+
aws-region: ${{ matrix.region }}
8282

8383
- name: Build
8484
run: CGO_ENABLED=0 go build -tags lambda.norpc -ldflags="-s -w" -o bootstrap ./lambda

0 commit comments

Comments
 (0)