Skip to content

Commit 0d581bd

Browse files
committed
Specify required version for AsBuiltReport.Core module installation in Release.yml
1 parent 56453a9 commit 0d581bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install AsBuiltReport.Core module
1717
shell: pwsh
1818
run: |
19-
Install-Module -Name AsBuiltReport.Core -Repository PSGallery -Force
19+
Install-Module -Name AsBuiltReport.Core -Repository PSGallery -RequiredVersion 1.5.0 -AllowPrerelease -Force
2020
- name: Test Module Manifest
2121
shell: pwsh
2222
run: |

0 commit comments

Comments
 (0)