Skip to content

Commit 19e1a31

Browse files
authored
Merge pull request #1272 from merico-dev/kehao-realease-ci-fix-awscli
fix: automated-realease ci add aws cli
2 parents de5c795 + 9bec857 commit 19e1a31

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/automated-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
run: make build -j8
2929
- name: Install Github-release
3030
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/
3138
- name: Configure AWS credentials
3239
uses: aws-actions/configure-aws-credentials@v1
3340
with:

0 commit comments

Comments
 (0)