Skip to content

Commit 3a14804

Browse files
committed
Fixed incorrect login id for NuGet trusted publishing.
1 parent b239449 commit 3a14804

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
@@ -80,6 +80,6 @@ jobs:
8080
uses: NuGet/login@v1
8181
id: login
8282
with:
83-
user: SparkDevNetwork
83+
user: SparkDevelopmentNetwork
8484
- name: Publish
8585
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)