Skip to content

Commit bf66c9f

Browse files
🩹 [Patch]: Remove -Scope AllUsers from Install-PSResource command in workflow
1 parent e4226a9 commit bf66c9f

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
@@ -291,7 +291,7 @@ jobs:
291291
shell: pwsh
292292
run: |
293293
Get-Module -ListAvailable
294-
Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository -Scope AllUsers
294+
Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository
295295
296296
- name: Publish module
297297
uses: PSModule/Publish-PSModule@v2

0 commit comments

Comments
 (0)