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: |