Skip to content

Commit 37c32a4

Browse files
committed
Correct nuget trusted publishing
1 parent 5ba8a39 commit 37c32a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ jobs:
404404
uses: NuGet/login@v1
405405
id: nuget-login
406406
with:
407-
user: Npgsql
407+
user: roji
408408

409409
- name: Publish to nuget.org
410410
run: dotnet nuget push "*.nupkg" --api-key "${{ steps.nuget-login.outputs.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)