Skip to content

Commit

Permalink
Update production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll authored Jul 3, 2024
1 parent 2a58990 commit 2cf32a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
shell: pwsh

0 comments on commit 2cf32a9

Please sign in to comment.