We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b239449 commit 3a14804Copy full SHA for 3a14804
1 file changed
.github/workflows/publish.yml
@@ -80,6 +80,6 @@ jobs:
80
uses: NuGet/login@v1
81
id: login
82
with:
83
- user: SparkDevNetwork
+ user: SparkDevelopmentNetwork
84
- name: Publish
85
run: dotnet nuget push *.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
0 commit comments