From 0d581bd0e2d7281bd7d9a7ef65e15ccfa831336a Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Sat, 11 Oct 2025 21:37:16 -0400 Subject: [PATCH] Specify required version for AsBuiltReport.Core module installation in Release.yml --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 3d6cc40..74bc5c1 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -16,7 +16,7 @@ jobs: - name: Install AsBuiltReport.Core module shell: pwsh run: | - Install-Module -Name AsBuiltReport.Core -Repository PSGallery -Force + Install-Module -Name AsBuiltReport.Core -Repository PSGallery -RequiredVersion 1.5.0 -AllowPrerelease -Force - name: Test Module Manifest shell: pwsh run: |