Skip to content

Commit 5a438a1

Browse files
Match Resolve-PSModuleVersion v1.1.0 interface in Plan.yml
v1.1.0 removed the Version/Prerelease inputs and added Name (defaults to repo name). Pass Name from Settings.Name so the fixture/module version is resolved for the correct module, and drop the now-invalid Version/Prerelease inputs.
1 parent 7d06f07 commit 5a438a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/Plan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,9 @@ jobs:
9191
GH_TOKEN: ${{ github.token }}
9292
with:
9393
Settings: ${{ steps.Get-Settings.outputs.Settings }}
94+
Name: ${{ fromJson(steps.Get-Settings.outputs.Settings).Name }}
9495
Debug: ${{ inputs.Debug }}
95-
Prerelease: ${{ inputs.Prerelease }}
9696
Verbose: ${{ inputs.Verbose }}
97-
Version: ${{ inputs.Version }}
9897
WorkingDirectory: ${{ inputs.WorkingDirectory }}
9998

10099
- name: Enrich-Settings

0 commit comments

Comments
 (0)