Skip to content

Commit 0cd150a

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

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
@@ -267,7 +267,7 @@ runs:
267267
using: composite
268268
steps:
269269
- name: Install-PSModuleHelpers
270-
uses: PSModule/Install-PSModuleHelpers@ed79b6e3aa8c9cd3d30ab2bf02ea6bd4687b9c74 # v1.0.7
270+
uses: PSModule/Install-PSModuleHelpers@383aa36cd1b9dc838157cc4d08bb98cebc603216 # TEMP: fix/install-real-module-version (PSModule/Install-PSModuleHelpers#19)
271271

272272
- name: Get test paths
273273
shell: pwsh

0 commit comments

Comments
 (0)