From ff43134a30569389c323480bdd0073414ba49b15 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Tue, 2 Jul 2024 20:29:02 -0500 Subject: [PATCH] Update production.yml --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index a9cd597..614efdb 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -32,7 +32,7 @@ jobs: - name: Release run: | - Install-Module Microsoft.PowerShell.PSResourceGet + Install-Module Microsoft.PowerShell.PSResourceGet -Scope CurrentUser -Force Publish-PSResource -Path .\bin\Release -ApiKey $Env:APIKEY env: APIKEY: ${{ secrets.APIKEY }}