Skip to content

Commit cee2e4d

Browse files
🩹 [Patch]: Simplify ModulePath in Publish-Module step by removing unnecessary input reference
1 parent 9f3073c commit cee2e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/workflow.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
GH_TOKEN: ${{ github.token }}
291291
with:
292292
Name: ${{ fromJson(needs.Get-Settings.outputs.Settings).Name }}
293-
ModulePath: ${{ inputs.WorkingDirectory }}/outputs/module
293+
ModulePath: outputs/module
294294
APIKey: ${{ secrets.APIKEY }}
295295
WhatIf: ${{ github.repository == 'PSModule/Process-PSModule' }}
296296
AutoCleanup: ${{ fromJson(needs.Get-Settings.outputs.Settings).Publish.Module.AutoCleanup }}

0 commit comments

Comments
 (0)