Skip to content

Commit e15daec

Browse files
🪲 [Fix]: Update Publish-PSModule action to use 'removeInit' version
1 parent e56f4ba commit e15daec

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
@@ -285,7 +285,7 @@ jobs:
285285
Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository
286286
287287
- name: Publish module
288-
uses: PSModule/Publish-PSModule@v2
288+
uses: PSModule/Publish-PSModule@removeInit
289289
with:
290290
Name: ${{ fromJson(needs.Get-Settings.outputs.Settings).Name }}
291291
ModulePath: ${{ inputs.WorkingDirectory }}/outputs/module

0 commit comments

Comments
 (0)