Skip to content

Commit

Permalink
publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
sk593 committed Jun 25, 2024
1 parent d5fcb7b commit 8cc5ee6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-bicep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install AWS CLI
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
aws --version
- name: Download AWS specs from CloudControl
run: |
go run ./src/aws-type-downloader/main.go --output ./artifacts/types --clean
Expand Down

0 comments on commit 8cc5ee6

Please sign in to comment.