We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93ad0c commit acd9307Copy full SHA for acd9307
.github/workflows/publish.yml
@@ -80,6 +80,6 @@ jobs:
80
uses: NuGet/login@v1
81
id: login
82
with:
83
- user: SparkDevelopmentNetwork
+ user: cabal95
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