From 2cf32a96701f3201afe5a5e3687114f49f638c73 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Tue, 2 Jul 2024 20:23:39 -0500 Subject: [PATCH] Update production.yml --- .github/workflows/production.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index e41a1dc..0ca6d67 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -31,7 +31,9 @@ jobs: run: dotnet build -c Release -f net472 - name: Release - run: Publish-Module -Path .\bin\Release -NuGetApiKey $Env:APIKEY + run: + Install-Module Microsoft.PowerShell.PSResourceGet + Publish-PSResource -Path .\bin\Release -ApiKey $Env:APIKEY env: APIKEY: ${{ secrets.APIKEY }} - shell: pwsh \ No newline at end of file + shell: pwsh