Skip to content

Commit acd7a14

Browse files
committed
Simpplify nuget trusted publishing
1 parent f9676f8 commit acd7a14

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
@@ -194,7 +194,7 @@ jobs:
194194
uses: NuGet/login@v1
195195
id: login
196196
with:
197-
user: ${{ secrets.NUGET_USER }}
197+
user: roji
198198

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

0 commit comments

Comments
 (0)