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 de5c795 + 9bec857 commit 19e1a31Copy full SHA for 19e1a31
.github/workflows/automated-release.yml
@@ -28,6 +28,13 @@ jobs:
28
run: make build -j8
29
- name: Install Github-release
30
run: go install github.com/github-release/github-release@latest
31
+ - name: Install AWS CLI v2
32
+ run: |
33
+ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o /tmp/awscliv2.zip
34
+ unzip -q /tmp/awscliv2.zip -d /tmp
35
+ rm /tmp/awscliv2.zip
36
+ sudo /tmp/aws/install --update
37
+ rm -rf /tmp/aws/
38
- name: Configure AWS credentials
39
uses: aws-actions/configure-aws-credentials@v1
40
with:
0 commit comments