Skip to content

Commit

Permalink
Fix publish parameter name (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Jul 11, 2023
1 parent fe90efb commit fad4ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ jobs:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
run: |
$module = Get-Module AnyPackage.PSResourceGet -ListAvailable
Publish-PSResource $module.ModuleBase -NuGetApiKey $env:NUGET_KEY
Publish-PSResource $module.ModuleBase -ApiKey $env:NUGET_KEY

0 comments on commit fad4ded

Please sign in to comment.