Skip to content

Commit acd9307

Browse files
committed
Another attempt to fix NuGet publishing (docs not so great on the user account login).
1 parent a93ad0c commit acd9307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: SparkDevelopmentNetwork
83+
user: cabal95
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)