1 parent 81fa856 commit 8d807dbCopy full SHA for 8d807db
1 file changed
.github/workflows/publish.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Publish to NuGet
85
shell: pwsh
86
- run: dotnet nuget push (Get-ChildItem nupkg/*.nupkg).FullName --source https://api.nuget.org/v3/index.json --skip-duplicate
+ run: dotnet nuget push (Get-ChildItem nupkg/*.nupkg).FullName --api-key ${{ steps.nuget-login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
87
88
- name: Publish to PowerShell Gallery
89
0 commit comments