Skip to content

Commit

Permalink
Set AWS_REGION in GitHub release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Oct 1, 2020
1 parent ab19f91 commit bd11bd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ name: Release
on:
release:
types: [published]
env:
AWS_REGION: us-west-2
jobs:
unix:
name: Unix
Expand Down

0 comments on commit bd11bd2

Please sign in to comment.