We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f7217f + bd8e1c6 commit ba506c5Copy full SHA for ba506c5
1 file changed
.github/workflows/release.yaml
@@ -2,6 +2,9 @@ on:
2
release:
3
types: [published]
4
5
+env:
6
+ AWS_DEFAULT_REGION: "us-east-1"
7
+
8
jobs:
9
test:
10
runs-on: ubuntu-latest
0 commit comments