Skip to content

Commit 8d807db

Browse files
committed
pipeline error
1 parent 81fa856 commit 8d807db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Publish to NuGet
8585
shell: pwsh
86-
run: dotnet nuget push (Get-ChildItem nupkg/*.nupkg).FullName --source https://api.nuget.org/v3/index.json --skip-duplicate
86+
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
8787

8888
- name: Publish to PowerShell Gallery
8989
shell: pwsh

0 commit comments

Comments
 (0)