Skip to content

Commit ba506c5

Browse files
author
Mike Shultz
authored
Merge pull request #2 from ApeWorX/fix/release
fix(devops): set AWS_DEFAULT_REGION in release workflow
2 parents 9f7217f + bd8e1c6 commit ba506c5

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)