diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index bc750250..79b22623 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -287,6 +287,11 @@ jobs: name: module path: ${{ inputs.WorkingDirectory }}/outputs/module + - name: Update Microsoft.PowerShell.PSResourceGet + shell: pwsh + run: | + Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository + - name: Publish module uses: PSModule/Publish-PSModule@v2 with: