Skip to content

Commit be618c2

Browse files
Bump Install-PSModuleHelpers so built modules install at their real version
Document-PSModule installs the built module via Install-PSModule (from Install-PSModuleHelpers). Bump the pin so the module installs into a folder matching its manifest ModuleVersion instead of the 999.0.0 placeholder, required now that the build stamps the real version (PSModule/Process-PSModule#326). Temporarily pinned to the fix branch (PSModule/Install-PSModuleHelpers#19); repin to the released tag before merge.
1 parent b40336f commit be618c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
using: composite
2020
steps:
2121
- name: Install-PSModuleHelpers
22-
uses: PSModule/Install-PSModuleHelpers@ed79b6e3aa8c9cd3d30ab2bf02ea6bd4687b9c74 # v1.0.7
22+
uses: PSModule/Install-PSModuleHelpers@383aa36cd1b9dc838157cc4d08bb98cebc603216 # TEMP: fix/install-real-module-version (PSModule/Install-PSModuleHelpers#19)
2323

2424
- name: Document-PSModule
2525
shell: pwsh

0 commit comments

Comments
 (0)