Skip to content

Commit bd8e1c6

Browse files
committed
fix(devops): set AWS_DEFAULT_REGION in release workflow
1 parent 9f7217f commit bd8e1c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ on:
22
release:
33
types: [published]
44

5+
env:
6+
AWS_DEFAULT_REGION: "us-east-1"
7+
58
jobs:
69
test:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)