From c9186b8b7372da83b0f5c31884eaa34c5290caf8 Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Mon, 16 Mar 2026 19:13:21 -0400 Subject: [PATCH] Add installation step for AsBuiltReport.Chart module --- .github/workflows/Release.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: |