Skip to content

Commit

Permalink
Merge pull request #1272 from merico-dev/kehao-realease-ci-fix-awscli
Browse files Browse the repository at this point in the history
fix: automated-realease ci add aws cli
  • Loading branch information
daniel-hutao authored Nov 29, 2022
2 parents de5c795 + 9bec857 commit 19e1a31
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
run: make build -j8
- name: Install Github-release
run: go install github.com/github-release/github-release@latest
- name: Install AWS CLI v2
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o /tmp/awscliv2.zip
unzip -q /tmp/awscliv2.zip -d /tmp
rm /tmp/awscliv2.zip
sudo /tmp/aws/install --update
rm -rf /tmp/aws/
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 19e1a31

Please sign in to comment.