Skip to content

Commit

Permalink
Merge pull request #2 from ApeWorX/fix/release
Browse files Browse the repository at this point in the history
fix(devops): set AWS_DEFAULT_REGION in release workflow
  • Loading branch information
mikeshultz authored May 16, 2024
2 parents 9f7217f + bd8e1c6 commit ba506c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
release:
types: [published]

env:
AWS_DEFAULT_REGION: "us-east-1"

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ba506c5

Please sign in to comment.