Skip to content

Commit

Permalink
Remove tfdocs usage from release pipeline (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr authored Jul 30, 2024
1 parent 9b71364 commit aa22f54
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@ jobs:
with:
go-version: 1.21.x

- name: Install and run tfplugindocs CLI
run: |
mkdir downloads
cd downloads
wget https://github.com/hashicorp/terraform-plugin-docs/releases/download/v0.13.0/tfplugindocs_0.13.0_linux_amd64.zip
unzip tfplugindocs_0.13.0_linux_amd64.zip
cd ..
mv downloads/tfplugindocs .
./tfplugindocs generate
rm -rf ./tfplugindocs downloads
- name: Install and run auto-changelog CLI
run: |
npm i -g [email protected]
Expand Down

0 comments on commit aa22f54

Please sign in to comment.