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 ef73ce7 commit 090f562Copy full SHA for 090f562
.github/workflows/workflow.yml
@@ -290,7 +290,7 @@ jobs:
290
- name: Update PSResourceGet
291
shell: pwsh
292
run: |
293
- Update-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository
+ Update-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository -Scope AllUsers
294
295
- name: Publish module
296
uses: PSModule/Publish-PSModule@v2
0 commit comments