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 e15daec commit 81fc914Copy full SHA for 81fc914
.github/workflows/Build-Module.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@v4
46
47
- name: Build module
48
- uses: PSModule/Build-PSModule@removeInit
+ uses: PSModule/Build-PSModule@v4
49
with:
50
Name: ${{ inputs.Name }}
51
Debug: ${{ inputs.Debug }}
.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@removeInit
+ uses: PSModule/Publish-PSModule@v2
289
290
Name: ${{ fromJson(needs.Get-Settings.outputs.Settings).Name }}
291
ModulePath: ${{ inputs.WorkingDirectory }}/outputs/module
0 commit comments