We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56f4ba commit e15daecCopy full SHA for e15daec
.github/workflows/workflow.yml
@@ -285,7 +285,7 @@ jobs:
285
Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository
286
287
- name: Publish module
288
- uses: PSModule/Publish-PSModule@v2
+ uses: PSModule/Publish-PSModule@removeInit
289
with:
290
Name: ${{ fromJson(needs.Get-Settings.outputs.Settings).Name }}
291
ModulePath: ${{ inputs.WorkingDirectory }}/outputs/module
0 commit comments