From fc4e8bee3d57120b675e28a3f25367ada7e9b936 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Tue, 2 Jul 2024 20:26:21 -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 0ca6d67..a9cd597 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -31,7 +31,7 @@ jobs: run: dotnet build -c Release -f net472 - name: Release - run: + run: | Install-Module Microsoft.PowerShell.PSResourceGet Publish-PSResource -Path .\bin\Release -ApiKey $Env:APIKEY env: