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 fc4e8be commit ff43134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ff43134

Please sign in to comment.