We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b0584 commit e51eef4Copy full SHA for e51eef4
1 file changed
.github/workflows/publish-dotnet.yml
@@ -69,4 +69,4 @@ jobs:
69
- name: Publish to NuGet
70
run: |
71
cd dotnet/mcpb
72
- dotnet nuget push ./artifacts/*.nupkg --api-key oy2p --source https://api.nuget.org/v3/index.json --skip-duplicate
+ dotnet nuget push ./artifacts/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments