diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 4ff1129..285fa65 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -21,6 +21,10 @@ jobs: shell: pwsh run: | Install-Module -Name NetApp.ONTAP -Repository PSGallery -Force + - name: Install AsBuiltReport.Chart module + shell: pwsh + run: | + Install-Module -Name AsBuiltReport.Chart -Repository PSGallery -Force - name: Install AsBuiltReport.Diagram module shell: pwsh run: |